[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=5fc2797

The following commit has been merged in the master branch:
commit 5fc27978935529869b77a9b7140a3003a24c2cc0
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Fri Jun 15 17:19:55 2012 +0300

    Fix the preferred text handler service name.
---
 contact-applet/src/contact-wrapper.cpp | 2 +-
 declarative-plugin/contact-list.cpp    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contact-applet/src/contact-wrapper.cpp b/contact-applet/src/contact-wrapper.cpp
index a2fe416..8754ddd 100644
--- a/contact-applet/src/contact-wrapper.cpp
+++ b/contact-applet/src/contact-wrapper.cpp
@@ -29,7 +29,7 @@
 #include <TelepathyQt/PendingChannelRequest>
 #include <TelepathyQt/Presence>
 
-#define PREFERRED_TEXTCHAT_HANDLER "org.freedesktop.Telepathy.Client.KDE.TextUi"
+#define PREFERRED_TEXTCHAT_HANDLER "org.freedesktop.Telepathy.Client.KTp.TextUi"
 
 ContactWrapper::ContactWrapper(QObject* parent)
     : QObject(parent)
diff --git a/declarative-plugin/contact-list.cpp b/declarative-plugin/contact-list.cpp
index a8877af..834b9b3 100644
--- a/declarative-plugin/contact-list.cpp
+++ b/declarative-plugin/contact-list.cpp
@@ -29,7 +29,7 @@
 #include <KTp/Models/contact-model-item.h>
 #include <KTp/Models/accounts-model-item.h>
 
-#define PREFERRED_TEXTCHAT_HANDLER "org.freedesktop.Telepathy.Client.KDE.TextUi"
+#define PREFERRED_TEXTCHAT_HANDLER "org.freedesktop.Telepathy.Client.KTp.TextUi"
 
 ContactList::ContactList(QObject *parent)
     : QObject(parent),

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list