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


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

The following commit has been merged in the master branch:
commit 61fc3f0c44dbfe26634415b852493b3726ea3e5e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Feb 23 00:58:59 2012 +0000

    Fix bug when changing which log file is viewed first message could be displayed as consecutive message and appear broken.
    
    In initialisation set m_lastMessage to blank.
---
 lib/adium-theme-view.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index 86232c7..6b72013 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -137,6 +137,7 @@ void AdiumThemeView::initialise(const AdiumThemeHeaderInfo &chatInfo)
     QString templateHtml = m_chatStyle->getTemplateHtml();
     QString footerHtml = replaceHeaderKeywords(m_chatStyle->getFooterHtml(), chatInfo);
     QString extraStyleHtml = QLatin1String("@import url( \"main.css\" );");
+    m_lastContent = AdiumThemeContentInfo();
 
     if (templateHtml.isEmpty()) {
         // if templateHtml is empty, we failed to load the fallback template file

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list