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


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

The following commit has been merged in the master branch:
commit 3fadc251f085d4d26662e775dfd9f5838ff2a152
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Thu Feb 11 22:01:03 2010 +0000

    Add some FIXMEs/comments.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=1088909
---
 kpeople/nepomuk-feeder/telepathyaccount.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kpeople/nepomuk-feeder/telepathyaccount.cpp b/kpeople/nepomuk-feeder/telepathyaccount.cpp
index 59f6808..80ed7b9 100644
--- a/kpeople/nepomuk-feeder/telepathyaccount.cpp
+++ b/kpeople/nepomuk-feeder/telepathyaccount.cpp
@@ -135,6 +135,9 @@ void TelepathyAccount::doNepomukSetup()
             kDebug() << "Found the corresponding IMAccount in Nepomuk.";
                 // It matches, so set our member variable to it and stop looping.
                 m_accountResource = foundImAccount;
+
+                // TODO: Sync all the properties in case they changed behind our back on the AM.
+
                 break;
         }
     }
@@ -145,6 +148,7 @@ void TelepathyAccount::doNepomukSetup()
 
         m_accountResource.addProperty(Nepomuk::Vocabulary::NCO::imAccountType(),
                                       m_account->protocol());
+        // FIXME: Some IM Accounts don't have an ID as such, e.g. Link-Local-XMPP.
         m_accountResource.addProperty(Nepomuk::Vocabulary::NCO::imID(),
                                       m_account->parameters().value("account").toString());
         m_accountResource.addProperty(Nepomuk::Vocabulary::NCO::imNickname(),

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list