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


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

The following commit has been merged in the master branch:
commit c30757fbace9de2fb94761df1a239f1ffa2bc8ae
Author: Vishesh Handa <me at vhanda.in>
Date:   Thu Nov 14 15:32:19 2013 +0100

    Let the chat notifications timeout instead of being persistent
    
    Reviewed-By: David Edmundson
---
 lib/notify-filter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/notify-filter.cpp b/lib/notify-filter.cpp
index 8055f3f..6807dac 100644
--- a/lib/notify-filter.cpp
+++ b/lib/notify-filter.cpp
@@ -76,7 +76,7 @@ void NotifyFilter::filterMessage(KTp::Message &message, const KTp::MessageContex
                 notificationType, m_widget,
                 KNotification::RaiseWidgetOnActivation
                 | KNotification::CloseWhenWidgetActivated
-                | KNotification::Persistent);
+                | KNotification::CloseOnTimeout);
 
     notification->setComponentData(telepathyComponentData());
     notification->setTitle(i18n("%1 has sent you a message",

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list