All pastes #2090571 Raw Edit

Untitled

public diff v1 · immutable
#2090571 ·published 2011-10-16 20:46 UTC
rendered paste body
diff --git a/lib/chat-window-style-manager.cpp b/lib/chat-window-style-manager.cppindex 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;    }