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


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

The following commit has been merged in the master branch:
commit 5e44ef24df24aae3fba2658b665aca388d1db95e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Aug 3 11:18:15 2012 +0100

    Open the correct default theme for group chats
    
    BUG: 282203
    Reviewed-by: Martin Klapetek
---
 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 72db581..f129697 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -78,7 +78,7 @@ void AdiumThemeView::load(ChatType chatType) {
     if (chatType == AdiumThemeView::SingleUserChat) {
         chatStyleName = appearanceConfig.readEntry("styleName", "renkoo.AdiumMessageStyle");
     } else {
-        chatStyleName = QLatin1String("simkete");
+        chatStyleName = QLatin1String("SimKete.AdiumMessageStyle");
     }
 
     m_chatStyle = ChatWindowStyleManager::self()->getValidStyleFromPool(chatStyleName);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list