[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:24 UTC 2016


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

The following commit has been merged in the master branch:
commit ea338cacc9ed8e0dd47ab2c563e58b561f579517
Author: Dan Vrátil <dan at progdan.cz>
Date:   Mon Mar 12 14:49:02 2012 +0100

    Use org.freedesktop.Telepathy.Client.Ktp.* as handler identifier
---
 contactrunner.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contactrunner.cpp b/contactrunner.cpp
index d90dad1..2727507 100644
--- a/contactrunner.cpp
+++ b/contactrunner.cpp
@@ -301,21 +301,21 @@ void ContactRunner::run(const Plasma::RunnerContext& context, const Plasma::Quer
 
         account->ensureTextChat(contact,
                                 QDateTime::currentDateTime(),
-                                "org.freedesktop.Telepathy.Client.KDE.TextUi",
+                                "org.freedesktop.Telepathy.Client.KTp.TextUi",
                                 hints);
 
     } else if (match.selectedAction() == action("start-audio-call")) {
 
         account->ensureStreamedMediaAudioCall(contact,
                                               QDateTime::currentDateTime(),
-                                              "org.freedesktop.Telepathy.Client.KDE.CallUi");
+                                              "org.freedesktop.Telepathy.Client.KTp.CallUi");
 
     } else if (match.selectedAction() == action("start-video-call")) {
 
         account->ensureStreamedMediaVideoCall(contact,
                                               true,
                                               QDateTime::currentDateTime(),
-                                              "org.freedesktop.Telepathy.Client.KDE.CallUi");
+                                              "org.freedesktop.Telepathy.Client.KTp.CallUi");
 
     } else if (match.selectedAction() == action("start-file-transfer")) {
 
@@ -336,7 +336,7 @@ void ContactRunner::run(const Plasma::RunnerContext& context, const Plasma::Quer
             account->createFileTransfer(contact,
                                         properties,
                                         QDateTime::currentDateTime(),
-                                        "org.freedesktop.Telepathy.Client.KDE.FileTransfer");
+                                        "org.freedesktop.Telepathy.Client.KTp.FileTransfer");
         }
 
     } else if (match.selectedAction() == action("start-desktop-sharing")) {

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list