From 7710b55bc3f0d213f6344fa1a608919c44a344b5 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Sun, 8 Jan 2006 19:32:36 +0000 Subject: Update to KDE 3.5.0 --- x11/kdelibs3/files/patch-kio_kioexec-main.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 x11/kdelibs3/files/patch-kio_kioexec-main.cpp (limited to 'x11/kdelibs3/files/patch-kio_kioexec-main.cpp') 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 ) -- cgit v1.2.3