[SCM] ktp-approver packaging branch, master, updated. debian/15.12.1-1-299-g62cbbd7

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 09:13:15 UTC 2016


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

The following commit has been merged in the master branch:
commit 14918022eeff267ead594bc303b99a568e1e43c2
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Sat Jul 16 17:12:55 2011 +0300

    Remove trailing whitespaces.
---
 src/textchannelapprover.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/textchannelapprover.cpp b/src/textchannelapprover.cpp
index c196b4b..3ae740f 100644
--- a/src/textchannelapprover.cpp
+++ b/src/textchannelapprover.cpp
@@ -54,10 +54,10 @@ TextChannelApprover::~TextChannelApprover()
 void TextChannelApprover::onMessageReceived(const Tp::ReceivedMessage & msg)
 {
     if (!m_notification) {
-        m_notification = new KNotification("new_text_message");     
+        m_notification = new KNotification("new_text_message");
         KAboutData aboutData("ktelepathy",0,KLocalizedString(),0);
         m_notification.data()->setComponentData(KComponentData(aboutData));
-        
+
         Tp::ContactPtr sender = msg.sender();
         if (sender) {
             m_notification.data()->setTitle(sender->alias());

-- 
ktp-approver packaging



More information about the pkg-kde-commits mailing list