[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=ecfcbd6

The following commit has been merged in the master branch:
commit ecfcbd63df1512ca7dbb45f2d9659617912619df
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Dec 22 12:02:57 2014 +0100

    Remove the name from TelepathyHandlerApplication
    
    This makes all ktp parts using TelepathyHandlerApplication use the name
    "KDE Telepathy", which may be good but it's causing other problems like
    text-ui not finding its xml .rc file because it looks in
    .../KDE Telepathy/... folder rather than .../ktp-text-ui/... where it is
    installed.
    
    This should fix ktp-text-ui's toolbar and config migration.
    
    REVIEW: 121539
---
 KTp/telepathy-handler-application.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/KTp/telepathy-handler-application.cpp b/KTp/telepathy-handler-application.cpp
index 4293b92..30c8f4f 100644
--- a/KTp/telepathy-handler-application.cpp
+++ b/KTp/telepathy-handler-application.cpp
@@ -123,8 +123,6 @@ TelepathyHandlerApplication::TelepathyHandlerApplication(int &argc, char *argv[]
     : QApplication(argc, argv),
       d(new Private(this))
 {
-    QCoreApplication::setApplicationName(i18n("KDE Telepathy"));
-
     QCommandLineOption persistOption(QStringLiteral("persist"), i18n("Persistent mode (do not exit on timeout)"));
     QCommandLineOption debugOption(QStringLiteral("debug"), i18n("Show Telepathy debugging information"));
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list