author | kergoth <kergoth> | 2003-03-19 06:02:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-03-19 06:02:26 (UTC) |
commit | 18c6c51705de3b1897f671e54b25929e74d11f23 (patch) (unidiff) | |
tree | 07985c88705bd017000428c7d6556ccbec1eeb0a | |
parent | 33d238e79564e01e48372543aec4c0a39be27460 (diff) | |
download | opie-18c6c51705de3b1897f671e54b25929e74d11f23.zip opie-18c6c51705de3b1897f671e54b25929e74d11f23.tar.gz opie-18c6c51705de3b1897f671e54b25929e74d11f23.tar.bz2 |
err, helps to shutdown the qws server after catching the segv, otherwise itll just close the keyboard over and over until the end of time! *chuckles*
-rw-r--r-- | qt/qte234-for-opie091-sigsegv.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt/qte234-for-opie091-sigsegv.patch b/qt/qte234-for-opie091-sigsegv.patch index b04accf..858030f 100644 --- a/qt/qte234-for-opie091-sigsegv.patch +++ b/qt/qte234-for-opie091-sigsegv.patch | |||
@@ -2,3 +2,3 @@ | |||
2 | +++ qt-2.3.4/src/kernel/qwindowsystem_qws.cpp2003-03-18 19:09:08.000000000 -0600 | 2 | +++ qt-2.3.4/src/kernel/qwindowsystem_qws.cpp2003-03-18 19:09:08.000000000 -0600 |
3 | @@ -843,6 +843,15 @@ | 3 | @@ -843,6 +843,16 @@ |
4 | { | 4 | { |
@@ -12,2 +12,3 @@ | |||
12 | +#endif | 12 | +#endif |
13 | + QWSServer::closedown(); | ||
13 | +} | 14 | +} |
@@ -18,3 +19,3 @@ | |||
18 | \brief Server-specific functionality in Qt/Embedded | 19 | \brief Server-specific functionality in Qt/Embedded |
19 | @@ -912,6 +921,7 @@ | 20 | @@ -912,6 +922,7 @@ |
20 | } | 21 | } |