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


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

The following commit has been merged in the master branch:
commit 11b621221b979ab16f3a66404541c9d88361966b
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Mar 14 10:01:32 2014 +0100

    Enable header by default
    
    Discussed with 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 5d1b709..d804177 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -111,7 +111,7 @@ void AdiumThemeView::load(ChatType chatType) {
         }
     }
 
-    m_displayHeader = appearanceConfig.readEntry("displayHeader", false);
+    m_displayHeader = appearanceConfig.readEntry("displayHeader", true);
 
     //special HTML debug mode. Debugging/Profiling only (or theme creating) should have no visible way to turn this flag on.
     m_webInspector = appearanceConfig.readEntry("debug", false);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list