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


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

The following commit has been merged in the master branch:
commit d86526cd69c9310fdea5a00ca354c66133015b81
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Feb 28 20:40:20 2012 +0100

    Incoming/outgoing and message classes should be added as well
---
 lib/adium-theme-message-info.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/adium-theme-message-info.cpp b/lib/adium-theme-message-info.cpp
index c5e0dfc..15b611e 100644
--- a/lib/adium-theme-message-info.cpp
+++ b/lib/adium-theme-message-info.cpp
@@ -133,13 +133,15 @@ QString AdiumThemeMessageInfo::messageClasses() const {
     }
 
     if (d->type == HistoryLocalToRemote) {
-        // Should we be adding outgoing and message classes as well?
         classes.append(QLatin1String("history"));
+        classes.append(QLatin1String("incoming"));
+        classes.append(QLatin1String("message"));
     }
 
     if (d->type == HistoryRemoteToLocal) {
-        // Should we be adding incoming and message classes as well?
         classes.append(QLatin1String("history"));
+        classes.append(QLatin1String("outgoing"));
+        classes.append(QLatin1String("message"));
     }
 
     return classes.join(QLatin1String(" "));

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list