[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:23:42 UTC 2016


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

The following commit has been merged in the master branch:
commit 8a2a35921595429c9c3a17a29835c7c20e4f750c
Author: Dominik Cermak <d.cermak at arcor.de>
Date:   Mon Apr 1 15:42:17 2013 +0200

    Restore default mode for opening new conversations
    
    It used to be in tabs but somehow changed to new windos.
    This restores the default to tabs.
    
    BUG: 317671
    FIXED-IN: 0.6.0
---
 lib/text-chat-config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/text-chat-config.cpp b/lib/text-chat-config.cpp
index b97b3bf..bbcedcf 100644
--- a/lib/text-chat-config.cpp
+++ b/lib/text-chat-config.cpp
@@ -129,7 +129,7 @@ TextChatConfig::TextChatConfig() :
     KSharedConfigPtr config = KSharedConfig::openConfig(QLatin1String("ktelepathyrc"));
     KConfigGroup behaviorConfig = config->group("Behavior");
 
-    QString mode = behaviorConfig.readEntry("tabOpenMode", "NewWindow");
+    QString mode = behaviorConfig.readEntry("tabOpenMode", "FirstWindow");
     if(mode == QLatin1String("NewWindow")) {
         d->m_openMode = TextChatConfig::NewWindow;
     } else {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list