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


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

The following commit has been merged in the master branch:
commit 7704a51db48b7509e8d99436c5112eacbcda18f8
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Apr 17 13:44:04 2015 +0200

    Fix capitalization
    
    Use the same identifier as it's used in the client actually. I don't know
    why it worked really.
    
    Reviewed by David Edmundson
---
 chat/org.kde.ktp-chat/contents/ui/FullChatList.qml              | 2 +-
 contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
index db6d420..3975a54 100644
--- a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
@@ -92,7 +92,7 @@ Grid {
             width: base.itemWidth
             height: base.itemHeight
             onClicked: {
-                telepathyManager.startChat(account, contact, "org.freedesktop.Telepathy.Client.KTp.chatPlasmoid")
+                telepathyManager.startChat(account, contact, "org.freedesktop.Telepathy.Client.KTp.ChatPlasmoid")
             }
             avatar: decoration
             title: display
diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
index b7564af..70f6c51 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
@@ -132,7 +132,7 @@ Item {
                 height: root.delegateHeight
                 onClicked: {
                     plasmoid.expanded = false;
-                    telepathyManager.startChat(model.account, model.contact, "org.freedesktop.Telepathy.Client.KTp.chatPlasmoid");
+                    telepathyManager.startChat(model.account, model.contact, "org.freedesktop.Telepathy.Client.KTp.ChatPlasmoid");
                     filterLineEdit.text = "";
                 }
                 MouseArea {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list