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


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

The following commit has been merged in the master branch:
commit f7d040e62ccbcfb26ded03256c98a242888992d3
Author: Dominik Schmidt <dev at dominik-schmidt.de>
Date:   Wed Oct 12 21:07:46 2011 +0200

    Replace commented code with sensible comments
---
 lib/adium-theme-message-info.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list