[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:23:00 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=7aef2c5
The following commit has been merged in the master branch:
commit 7aef2c5d9f0eeffe9514564e0a851cb471a8aa54
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date: Sat Nov 24 13:51:55 2012 +0100
Cleanup
---
lib/adium-theme-view.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index 489f230..96899dd 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -555,7 +555,7 @@ QString AdiumThemeView::replaceMessageKeywords(QString &htmlTemplate, const Adiu
QString message = info.message();
message.prepend(QString::fromLatin1("<div dir=\"%1\">").arg(info.messageDirection()));
message.append(QLatin1String("</div>"));
-
+
htmlTemplate.replace(QLatin1String("%message%"), message);
//service
@@ -574,7 +574,7 @@ QString AdiumThemeView::replaceMessageKeywords(QString &htmlTemplate, const Adiu
//messageDirection
htmlTemplate.replace(QLatin1String("%messageDirection%"), info.messageDirection());
-
+
htmlTemplate.replace(QLatin1String("%messageClasses%"), info.messageClasses());
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list