summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-kio_kioexec-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs4/files/patch-kio_kioexec-main.cpp')
-rw-r--r--x11/kdelibs4/files/patch-kio_kioexec-main.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/kdelibs4/files/patch-kio_kioexec-main.cpp b/x11/kdelibs4/files/patch-kio_kioexec-main.cpp
deleted file mode 100644
index 134d8d1660eb..000000000000
--- a/x11/kdelibs4/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 )