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


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

The following commit has been merged in the master branch:
commit d619cbe8f421b09c693ec48507f75eeee848f291
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Mar 13 02:17:22 2012 +0100

    Add some debug
---
 adiumxtra-protocol-handler/chat-style-installer.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/adiumxtra-protocol-handler/chat-style-installer.cpp b/adiumxtra-protocol-handler/chat-style-installer.cpp
index 1b2a1c9..87f8e2f 100644
--- a/adiumxtra-protocol-handler/chat-style-installer.cpp
+++ b/adiumxtra-protocol-handler/chat-style-installer.cpp
@@ -80,8 +80,10 @@ BundleInstaller::BundleStatus ChatStyleInstaller::validate()
     }
 
     if(validResult >= 2) {
+        kDebug() << "Bundle is valid";
         return BundleValid;
     } else {
+        kDebug() << "Bundle is not valid";
         return BundleNotValid;
     }
 }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list