[SCM] ktp-text-ui packaging branch, master, updated. debian/16.04.2-1-88-g820317b
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Sep 12 14:10:03 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=4c35e12
The following commit has been merged in the master branch:
commit 4c35e126d176a5dae1b5013e6b3b5a54a96e7194
Author: Mariusz Glebocki <mglb at arccos-1.net>
Date: Sat Sep 10 23:40:08 2016 +0200
[lib] Rename "KopeteStyleDebug" to "KTpStyleDebug"
Reviewed-by: Alexandr Akulich <akulichalexander at gmail.com>
Reviewed as a part of RR 128884
---
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 88ae1f6..3a897c6 100644
--- a/lib/chat-window-style-manager.cpp
+++ b/lib/chat-window-style-manager.cpp
@@ -310,7 +310,7 @@ ChatWindowStyle *ChatWindowStyleManager::getStyleFromPool(const QString &styleId
// NOTE: This is a hidden config switch for style developers
// Check in the config if the cache is disabled.
// if the cache is disabled, reload the style every time it's getted.
- KConfigGroup config(KSharedConfig::openConfig(), "KopeteStyleDebug");
+ KConfigGroup config(KSharedConfig::openConfig(), "KTpStyleDebug");
bool disableCache = config.readEntry("disableStyleCache", false);
if (disableCache) {
d->stylePool[styleId]->reload();
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list