[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:32 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=416ce30

The following commit has been merged in the master branch:
commit 416ce3060a4660ba861a8acf4809a8116c795c52
Author: Rohan Garg <rohangarg at kubuntu.org>
Date:   Thu Sep 6 16:39:48 2012 +0530

    Minor styling fixup
---
 contactnotify.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contactnotify.cpp b/contactnotify.cpp
index 3c35319..403b915 100644
--- a/contactnotify.cpp
+++ b/contactnotify.cpp
@@ -66,7 +66,7 @@ void ContactNotify::accountIsOnline(const Tp::Account *account)
 {
     Q_ASSERT(account);
     m_connection = account->connection();
-    if(m_connection.data()) {
+    if (m_connection.data()) {
         connect(m_connection.data(), SIGNAL(statusChanged(Tp::ConnectionStatus)),
                 SLOT(onStatusChanged(Tp::ConnectionStatus)));
     }

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list