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


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

The following commit has been merged in the master branch:
commit 82e2855c9455df2ed4ba0b3f882ce1352121d67b
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Mar 13 01:32:35 2012 +0100

    Remove kDebug() at the beginning of main function
    
    Debug system is inited before the app name is set, so the app is
    displayed as "unnamed app" in kdebugdialog
    
    Reviewed-by: David Edmundson <kde at davidedmundson.co.uk>
---
 adiumxtra-protocol-handler/main.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/adiumxtra-protocol-handler/main.cpp b/adiumxtra-protocol-handler/main.cpp
index 2c42eba..e0f1a0f 100644
--- a/adiumxtra-protocol-handler/main.cpp
+++ b/adiumxtra-protocol-handler/main.cpp
@@ -25,8 +25,6 @@
 
 int main(int argc, char *argv[])
 {
-    kDebug();
-
     KAboutData aboutData("ktp-adiumxtra-protocol-handler",
                          0,
                          ki18n("AdiumXtra Protocol Handler"),

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list