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


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

The following commit has been merged in the master branch:
commit 2e09cd9fd82b018df77f2a77b93fa77f9362c8bc
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Apr 14 20:43:00 2014 +0200

    Make WoshiChat theme the default for group chats
    
    Reviewed-by: David Edmundson
---
 lib/adium-theme-view.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index 793b4e6..e0ad0b1 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -89,7 +89,7 @@ void AdiumThemeView::load(ChatType chatType) {
         m_chatStyle = ChatWindowStyleManager::self()->getValidStyleFromPool(appearanceConfig.readEntry(QLatin1String("styleName"), "renkoo.AdiumMessageStyle"));
     } else {
         appearanceConfig = config->group("GroupAppearance");
-        m_chatStyle = ChatWindowStyleManager::self()->getValidStyleFromPool(appearanceConfig.readEntry(QLatin1String("styleName"), "SimKete.AdiumMessageStyle"));
+        m_chatStyle = ChatWindowStyleManager::self()->getValidStyleFromPool(appearanceConfig.readEntry(QLatin1String("styleName"), "WoshiChat.AdiumMessageStyle"));
     }
 
     if (m_chatStyle == 0 || !m_chatStyle->isValid()) {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list