File r882355.diff of Package kdebase4-runtime
Subject: Fix kioexec not asking to upload anymore, after making changes
From: wstephenson@suse.de
Bug:
Patch-upstream: 882355
--- kioexec/main.cpp (revision 882354)
+++ kioexec/main.cpp (revision 882355)
@@ -271,6 +271,7 @@ int main( int argc, char **argv )
KCmdLineArgs::addCmdLineOptions( options );
KApplication app;
+ app.setQuitOnLastWindowClosed(false);
KIOExec exec;
Index: kioexec/main.cpp
===================================================================