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


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

The following commit has been merged in the master branch:
commit 9e909b3ccaff4e404cb1e8c20aa55fe06025fcfe
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Sun Oct 16 23:05:18 2011 +0200

    Fix kDebug()
    
    Author: xdarklight
---
 lib/chat-window-style-manager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chat-window-style-manager.cpp b/lib/chat-window-style-manager.cpp
index 2e1a3b5..66c74b0 100644
--- a/lib/chat-window-style-manager.cpp
+++ b/lib/chat-window-style-manager.cpp
@@ -257,7 +257,7 @@ int ChatWindowStyleManager::installStyle(const QString &styleBundlePath)
        archive->close();
        delete archive;
 
-       kDebug("style not valid");
+       kDebug() << "style not valid";
        return StyleNotValid;
    }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list