[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:32 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=1c38bd0

The following commit has been merged in the master branch:
commit 1c38bd06f48d798cf52f3918f752e657096ab8da
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri Nov 16 12:49:09 2012 +0100

    Fire the graph timer when setting capabilities
    
    This is important if user is signed in from multiple sources/devices
    and signs off in on of these, the capabilities may change and we
    need to react (for example video calling goes off).
---
 kpeople/nepomuk-feeder/nepomuk-storage.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.cpp b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
index 3c4bfca..25d432d 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -832,6 +832,8 @@ void NepomukStorage::setContactCapabilities(const QString &path,
         imAccount.addProperty( NCO::hasIMCapability(), NCO::imCapabilityAudio() );
     if (capabilities.streamedMediaVideoCalls())
         imAccount.addProperty( NCO::hasIMCapability(), NCO::imCapabilityVideo() );
+
+    fireGraphTimer();
 }
 
 void NepomukStorage::setContactAvatar(const QString &path,

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list