[SCM] ktp-text-ui packaging branch, master, updated. debian/16.04.2-1-88-g820317b

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:10:03 UTC 2017


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

The following commit has been merged in the master branch:
commit 7e429544a6f5530365c22ca5f83b4fc4e97de658
Author: Mariusz Glebocki <mglb at arccos-1.net>
Date:   Mon Sep 5 20:27:26 2016 +0200

    [lib] Fix message classes for history items
    
    Reviewed-by: Alexandr Akulich <akulichalexander at gmail.com>
    
    BUG: 348929
    REVIEW: 128841
---
 lib/adium-theme-message-info.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/adium-theme-message-info.cpp b/lib/adium-theme-message-info.cpp
index ce1d5cd..4b81455 100644
--- a/lib/adium-theme-message-info.cpp
+++ b/lib/adium-theme-message-info.cpp
@@ -127,13 +127,13 @@ QString AdiumThemeMessageInfo::messageClasses() const {
 
     if (d->type == HistoryLocalToRemote) {
         classes.append(QLatin1String("history"));
-        classes.append(QLatin1String("incoming"));
+        classes.append(QLatin1String("outgoing"));
         classes.append(QLatin1String("message"));
     }
 
     if (d->type == HistoryRemoteToLocal) {
         classes.append(QLatin1String("history"));
-        classes.append(QLatin1String("outgoing"));
+        classes.append(QLatin1String("incoming"));
         classes.append(QLatin1String("message"));
     }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list