[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:18:25 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=574a32e

The following commit has been merged in the master branch:
commit 574a32e0a42c092c5a236913b108ba18bc5cdfe7
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Oct 5 14:05:08 2010 +0000

    Fake the application name of the chat handler to "ktelepathy" on load so that notifications will work.
    
    
    svn path=/trunk/playground/network/telepathy-chat-handler/; revision=1182740
---
 app/main.cpp            | 2 +-
 lib/ktelepathy.notifyrc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/main.cpp b/app/main.cpp
index 9f572a6..6af3b70 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -32,7 +32,7 @@
 int main(int argc, char *argv[])
 {
 
-    KAboutData aboutData("telepathy-chat-handler",
+    KAboutData aboutData("ktelepathy",
                          0,
                          ki18n("Telepathy Chat Handler"),
                          "0.1");
diff --git a/lib/ktelepathy.notifyrc b/lib/ktelepathy.notifyrc
index e4a1b1c..f107b68 100644
--- a/lib/ktelepathy.notifyrc
+++ b/lib/ktelepathy.notifyrc
@@ -1,7 +1,7 @@
 [Global]
 IconName=telepathy
 Comment=KDE Telepathy
-Name=telepathy-chat-handler
+Name=ktelepathy
 
 [Context/group]
 Name=Group

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list