[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:39 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=ce52d63

The following commit has been merged in the master branch:
commit ce52d63d7702f5078ab455c71abc8cde3026a156
Author: Daniele E. Domenichelli <ddomenichelli at kde.org>
Date:   Wed Mar 6 10:12:20 2013 +0100

    Cleanup tabs
---
 src/contactrunner.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/contactrunner.cpp b/src/contactrunner.cpp
index 605b89b..abbc3f4 100644
--- a/src/contactrunner.cpp
+++ b/src/contactrunner.cpp
@@ -227,11 +227,11 @@ void ContactRunner::run(const Plasma::RunnerContext &context, const Plasma::Quer
     Tp::ContactPtr contact = data.contact;
 
     if (match.selectedAction() == action(QLatin1String("start-text-chat"))) {
-	KTp::Actions::startChat(account, contact);
+        KTp::Actions::startChat(account, contact);
     } else if (match.selectedAction() == action(QLatin1String("start-audio-call"))) {
-	KTp::Actions::startAudioCall(account, contact);
+        KTp::Actions::startAudioCall(account, contact);
     } else if (match.selectedAction() == action("start-video-call")) {
-	KTp::Actions::startAudioVideoCall(account, contact);
+        KTp::Actions::startAudioVideoCall(account, contact);
     } else if (match.selectedAction() == action("start-file-transfer")) {
 
       QStringList filenames = KFileDialog::getOpenFileNames(
@@ -245,13 +245,13 @@ void ContactRunner::run(const Plasma::RunnerContext &context, const Plasma::Quer
         }
 
         Q_FOREACH (const QString &filename, filenames) {
-	    KTp::Actions::startFileTransfer(account, contact, filename);
+            KTp::Actions::startFileTransfer(account, contact, filename);
         }
 
     } else if (match.selectedAction() == action("start-desktop-sharing")) {
-	KTp::Actions::startDesktopSharing(account, contact);
+        KTp::Actions::startDesktopSharing(account, contact);
     } else if (match.selectedAction() == action(QLatin1String("show-log-viewer"))) {
-	KTp::Actions::openLogViewer(account, contact);
+        KTp::Actions::openLogViewer(account, contact);
     }
 }
 

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list