[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:55 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=7784e1d
The following commit has been merged in the master branch:
commit 7784e1d9864c0614d9934880d9c0005a41bd4f62
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Fri Feb 8 13:05:23 2013 +0000
Always refcount ContactPtr
Dan's comment on previous commit
---
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 4a2d3ad..1466758 100644
--- a/contact-request-handler.cpp
+++ b/contact-request-handler.cpp
@@ -208,7 +208,7 @@ void ContactRequestHandler::onFinalizeSubscriptionFinished(Tp::PendingOperation
void ContactRequestHandler::onContactInvalidated()
{
- Tp::Contact *contact = qobject_cast<Tp::Contact*>(sender());
+ Tp::ContactPtr contact = Tp::ContactPtr(qobject_cast<Tp::Contact*>(sender()));
m_pendingContacts.remove(contact->id());
updateMenus();
--
ktp-kded-integration-module packaging
More information about the pkg-kde-commits
mailing list