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


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

The following commit has been merged in the master branch:
commit 3277a4ada099b17a1e6d477f52181436d0d4410b
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Dec 11 16:54:02 2012 -0800

    Fix potential infinite loop denying a contact
    
    BUG: 311548
---
 contact-request-handler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contact-request-handler.cpp b/contact-request-handler.cpp
index 542e65b..bd776a6 100644
--- a/contact-request-handler.cpp
+++ b/contact-request-handler.cpp
@@ -309,8 +309,8 @@ void ContactRequestHandler::onContactRequestDenied()
                 Tp::PendingOperation *op = i.value()->manager()->removePresencePublication(QList< Tp::ContactPtr >() << i.value());
                 op->setProperty("__contact", QVariant::fromValue(i.value()));
                 operations.append(op);
-                ++i;
             }
+            ++i;
         }
 
         // Take the first value, if any

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list