diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
commit | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch) | |
tree | 55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /x11/kdelibs3/files/patch-kio_kioexec-main.cpp | |
parent | - Update to 2.0.11 (diff) |
Update to KDE 3.5.0
Notes
Notes:
svn path=/head/; revision=153084
Diffstat (limited to 'x11/kdelibs3/files/patch-kio_kioexec-main.cpp')
-rw-r--r-- | x11/kdelibs3/files/patch-kio_kioexec-main.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/kdelibs3/files/patch-kio_kioexec-main.cpp b/x11/kdelibs3/files/patch-kio_kioexec-main.cpp deleted file mode 100644 index 134d8d1660eb..000000000000 --- a/x11/kdelibs3/files/patch-kio_kioexec-main.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- kio/kioexec/main.cpp.orig Sun Oct 23 18:39:26 2005 -+++ kio/kioexec/main.cpp Sun Oct 23 18:40:10 2005 -@@ -124,8 +124,12 @@ - } - args->clear(); - -- if ( tempfiles ) -- slotRunApp(); // does not return -+ if ( tempfiles ) { -+ // #113991 -+ QTimer::singleShot( 0, this, SLOT( slotRunApp() ) ); -+ //slotRunApp(); // does not return -+ return; -+ } - - counter = 0; - if ( counter == expectedCounter ) |