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


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

The following commit has been merged in the master branch:
commit 86e2890aa39d4ace568695f9fd0de5068855abdb
Author: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
Date:   Sun Apr 13 22:10:16 2014 +0200

    Revert "Import main.css only for themes with using messageViewVersion > 3"
    
    A lot of themes have main.css even if messaveViewVersion is <= 3.
    
    This reverts commit 34e2ba550a3d7dde5389acdc958ba3cb9ffed7bb.
---
 lib/adium-theme-view.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index d37cb31..0013bf9 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -191,8 +191,7 @@ void AdiumThemeView::initialise(const AdiumThemeHeaderInfo &chatInfo)
     QString headerHtml;
     QString templateHtml = m_chatStyle->getTemplateHtml();
     QString footerHtml = replaceHeaderKeywords(m_chatStyle->getFooterHtml(), chatInfo);
-    QString extraStyleHtml = m_chatStyle->messageViewVersion() < 3 ? QLatin1String("")
-                                                                   : QLatin1String("@import url( \"main.css\" );");
+    QString extraStyleHtml = QLatin1String("@import url( \"main.css\" );");
     m_lastContent = AdiumThemeContentInfo();
 
     if (templateHtml.isEmpty()) {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list