[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdepim/korganizer
From:       Dirk Mueller <mueller () kde ! org>
Date:       2002-12-08 1:30:52
[Download RAW message or body]

CVS commit by mueller: 

quote shell arguments (backport)


  M +1 -1      koeventviewer.cpp   1.28.4.1


--- kdepim/korganizer/koeventviewer.cpp:1.28	Sat Jul 20 16:17:30 2002
@@ -81,7 +81,7 @@
       QString iconPath = iconLoader->iconPath("go",KIcon::Small);
       KOrganizer::setStartedKAddressBook(true);
       tmpStr = "kaddressbook --editor-only --uid ";
-      tmpStr += n.mid(6);
+      tmpStr += KProcess::quote(n.mid(6));
       KRun::runCommand(tmpStr,"KAddressBook",iconPath);
       return;
     }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic