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


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

The following commit has been merged in the master branch:
commit 7c9d16b48ddac529fa6b81d4a58f60d30c1b3f03
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Oct 14 17:22:55 2011 +0200

    Fix consecutive messages
---
 lib/adium-theme-view.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index 6fcda01..9edfdbe 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -297,9 +297,8 @@ void AdiumThemeView::addContentMessage(const AdiumThemeContentInfo &contentMessa
         && m_lastContent.type() == contentMessage.type() )
     {
         consecutiveMessage = true;
-    } else {
-        m_lastContent.senderScreenName() = contentMessage.senderScreenName();
     }
+    m_lastContent = contentMessage;
 
     switch (contentMessage.type()) {
     case AdiumThemeMessageInfo::RemoteToLocal:

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list