[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:11:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-filetransfer-handler.git;a=commitdiff;h=e9316bf

The following commit has been merged in the master branch:
commit e9316bf4b1b2f35ffa0ca8e80231e217071bfea3
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Sep 28 19:34:48 2011 +0100

    Enable KDebug DBus interface for TelepathyHandlerApplication if debug is enabled
---
 src/telepathy-handler-application.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/telepathy-handler-application.cpp b/src/telepathy-handler-application.cpp
index 84774c2..921cb17 100644
--- a/src/telepathy-handler-application.cpp
+++ b/src/telepathy-handler-application.cpp
@@ -26,6 +26,9 @@
 #include <TelepathyQt4/Types>
 #include <TelepathyQt4/Debug>
 
+
+extern bool kde_kdebug_enable_dbus_interface;
+
 namespace KTelepathy {
 
 class TelepathyHandlerApplication::Private
@@ -103,6 +106,10 @@ void TelepathyHandlerApplication::Private::init(int initialTimeout, int timeout)
     Tp::enableDebug(s_debug);
     Tp::enableWarnings(true);
 
+    if (s_debug) {
+        kde_kdebug_enable_dbus_interface = true;
+    }
+
     if (!Private::s_persist) {
         this->timeout = timeout;
         timer = new QTimer(q);

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list