[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:05:29 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=6d91291

The following commit has been merged in the master branch:
commit 6d91291f9344bac9fdca9e88c91b70dc799237a4
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Mar 10 23:52:45 2011 +0100

    Stop the loop if we found the right item
---
 accountbutton.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/accountbutton.cpp b/accountbutton.cpp
index 4ea92f6..dbd5d18 100644
--- a/accountbutton.cpp
+++ b/accountbutton.cpp
@@ -203,6 +203,7 @@ void AccountButton::preseneceChanged(Tp::Presence presence)
         if(presence.status() == QLatin1String(accountPresenceStatuses[a->data().toInt()])) {
             a->setChecked(true);
             m_statusIndex = a->data().toInt();
+            break;
         }
     }    
 }
\ No newline at end of file

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list