crach fix from CVS
This commit is contained in:
parent
ab806ce67d
commit
8f6709f330
13
x11/kde/libs3/patches/patch-kdeui_klineedit_cpp
Normal file
13
x11/kde/libs3/patches/patch-kdeui_klineedit_cpp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
$OpenBSD: patch-kdeui_klineedit_cpp,v 1.1 2003/12/08 02:22:09 brad Exp $
|
||||||
|
--- kdeui/klineedit.cpp.orig 2003-09-11 11:10:04.000000000 -0400
|
||||||
|
+++ kdeui/klineedit.cpp 2003-09-11 11:11:26.000000000 -0400
|
||||||
|
@@ -54,7 +54,8 @@ public:
|
||||||
|
}
|
||||||
|
~KLineEditPrivate()
|
||||||
|
{
|
||||||
|
- delete completionBox;
|
||||||
|
+// causes a weird crash in KWord at least, so let Qt delete it for us.
|
||||||
|
+// delete completionBox;
|
||||||
|
}
|
||||||
|
|
||||||
|
int squeezedEnd;
|
Loading…
x
Reference in New Issue
Block a user