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


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

The following commit has been merged in the master branch:
commit 8a89a3c029e8e5cc80de5c5a5180064f746151f4
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Mar 21 00:04:05 2012 +0100

    Handle %topic% replacement for group chats
---
 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 126b221..0f6c1c4 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -404,6 +404,7 @@ void AdiumThemeView::onOpenLinkActionTriggered()
 QString AdiumThemeView::replaceHeaderKeywords(QString htmlTemplate, const AdiumThemeHeaderInfo & info)
 {
     htmlTemplate.replace(QLatin1String("%chatName%"), info.chatName());
+    htmlTemplate.replace(QLatin1String("%topic%"), info.chatName());
     htmlTemplate.replace(QLatin1String("%sourceName%"), info.sourceName());
     htmlTemplate.replace(QLatin1String("%destinationName%"), info.destinationName());
     htmlTemplate.replace(QLatin1String("%destinationDisplayName%"), info.destinationDisplayName());

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list