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

List:       kde-commits
Subject:    =?utf-8?q?=5Bbluedevil=5D_src/fileitemactionplugin=3A_Fix_=22oth?=
From:       Alex Fiestas <afiestas () kde ! org>
Date:       2011-04-02 15:44:16
Message-ID: 20110402154416.A2006A60B9 () git ! kde ! org
[Download RAW message or body]

Git commit 1bdafa9857c3ce0688799771a74f6de25ad703f2 by Alex Fiestas.
Committed on 02/04/2011 at 17:31.
Pushed by afiestas into branch 'master'.

Fix "other device" send file action (there was an extra space)

M  +1    -1    src/fileitemactionplugin/sendfileitemaction.cpp     

http://commits.kde.org/bluedevil/1bdafa9857c3ce0688799771a74f6de25ad703f2

diff --git a/src/fileitemactionplugin/sendfileitemaction.cpp \
b/src/fileitemactionplugin/sendfileitemaction.cpp index e551f14..83b13f4 100644
--- a/src/fileitemactionplugin/sendfileitemaction.cpp
+++ b/src/fileitemactionplugin/sendfileitemaction.cpp
@@ -111,7 +111,7 @@ void SendFileItemAction::otherTriggered()
 
     KUrl::List fileList =  m_fileItemInfos.urlList();
     Q_FOREACH(const KUrl &url,  fileList) {
-        args.append("-f " + url.path());
+        args.append("-f" + url.path());
     }
 
     KProcess process;


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

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