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


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

The following commit has been merged in the master branch:
commit 8dde13cbce4b00e0d61381f815ecdc598446a0a4
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon May 14 16:47:50 2012 +0100

    Fix sending notifications when a delivery report is recieved.
---
 lib/chat-widget.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index a505374..e3439d8 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -613,6 +613,11 @@ void ChatWidget::notifyAboutIncomingMessage(const Tp::ReceivedMessage & message)
     if (message.sender() == d->channel->groupSelfContact()) {
         return;
     }
+    
+    if (message.isDeliveryReport()) {
+        return;
+    }
+    
     // kde_telepathy_contact_highlight (contains your name)
     // kde_telepathy_info_event
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list