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


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

The following commit has been merged in the master branch:
commit f50c5a65eddf23b08b4e434cc7d8fe7a6e792c86
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Mar 1 02:05:32 2012 +0100

    Fix string to be replaced
---
 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 eda971a..a02c1a7 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -401,7 +401,7 @@ QString AdiumThemeView::replaceContentKeywords(QString& htmlTemplate, const Adiu
     //senderColor
     htmlTemplate.replace(QLatin1String("%senderColor%"), info.senderColor());
     //senderStatusIcon
-    htmlTemplate.replace(QLatin1String("senderStatusIcon"), info.senderStatusIcon());
+    htmlTemplate.replace(QLatin1String("%senderStatusIcon%"), info.senderStatusIcon());
     //messageDirection
     htmlTemplate.replace(QLatin1String("%messageDirection%"), info.messageDirection());
     //senderDisplayName

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list