[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:04:39 UTC 2016


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

The following commit has been merged in the master branch:
commit be94d0f1a63f0c9ba2714334080d726a06e41013
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Nov 9 13:23:14 2011 +0000

    Fix crash in debug callback
---
 telepathy-handler-application.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-handler-application.cpp b/telepathy-handler-application.cpp
index 3cd0bd8..ce28c26 100644
--- a/telepathy-handler-application.cpp
+++ b/telepathy-handler-application.cpp
@@ -42,7 +42,7 @@ static void tpDebugCallback(const QString &libraryName,
 {
     Q_UNUSED(libraryName)
     Q_UNUSED(libraryVersion)
-    kDebugStream(type, s_tpqt4DebugArea, __FILE__, __LINE__, "Telepathy-Qt4") << qPrintable(msg);
+    kDebugStream(type, s_tpqt4DebugArea, __FILE__, __LINE__, 0) << qPrintable(msg);
 }
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list