summaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps/files/patch-ksystraycmd-quoting.diff
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-12-19 21:19:54 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-12-19 21:19:54 +0000
commit1160fd7012e9178dcc628403246431be1258220c (patch)
tree7e40351a3df9a22683e158e9f84074c3071a0c56 /x11/kde4-baseapps/files/patch-ksystraycmd-quoting.diff
parent- Update to 0.9.3-5.wink.at.nivit.;) (diff)
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
Diffstat (limited to 'x11/kde4-baseapps/files/patch-ksystraycmd-quoting.diff')
-rw-r--r--x11/kde4-baseapps/files/patch-ksystraycmd-quoting.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/kde4-baseapps/files/patch-ksystraycmd-quoting.diff b/x11/kde4-baseapps/files/patch-ksystraycmd-quoting.diff
deleted file mode 100644
index 8543f7254a95..000000000000
--- a/x11/kde4-baseapps/files/patch-ksystraycmd-quoting.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- ksystraycmd/main.cpp (revision 572102)
-+++ ksystraycmd/main.cpp (revision 572103)
-@@ -5,6 +5,7 @@
- #include <kcmdlineargs.h>
- #include <kdebug.h>
- #include <klocale.h>
-+#include <kprocess.h>
-
- #include "ksystraycmd.h"
-
-@@ -94,7 +95,7 @@ int main( int argc, char *argv[] )
- // Read the command
- QString command;
- for ( int i = 0; i < args->count(); i++ )
-- command += QCString( args->arg(i) ) + " ";
-+ command += KProcess::quote(QString::fromLocal8Bit( args->arg(i) )) + " ";
- if ( !command.isEmpty() )
- cmd.setCommand( command );
-