[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:38 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=a747f7e

The following commit has been merged in the master branch:
commit a747f7e79f682a138ead8d6e9d76e8d86818538d
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Mar 22 15:15:10 2012 +0100

    Use args variable instead of calling again KCmdLineArgs::parsedArgs() method
---
 main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.cpp b/main.cpp
index 90a3d92..64e0a10 100644
--- a/main.cpp
+++ b/main.cpp
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
     if (args->count() == 0) {
         fileToSend = KFileDialog::getOpenUrl(KUrl("kfiledialog://telepathySendFile"), QString(), 0, i18n("Select File To Send"));
     } else {
-        fileToSend = KCmdLineArgs::parsedArgs()->arg(0);
+        fileToSend = args->arg(0);
     }
 
     if (! fileToSend.isEmpty()) {

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list