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


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

The following commit has been merged in the master branch:
commit cdbf617389c93a6f884ca6606209186060b63b69
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Aug 26 18:17:25 2014 +0200

    Add a comment and a debug line
---
 kaccounts/kaccounts-ktp-plugin.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kaccounts/kaccounts-ktp-plugin.cpp b/kaccounts/kaccounts-ktp-plugin.cpp
index 2ea652e..f9b722c 100644
--- a/kaccounts/kaccounts-ktp-plugin.cpp
+++ b/kaccounts/kaccounts-ktp-plugin.cpp
@@ -41,6 +41,8 @@ KAccountsKTpPlugin::KAccountsKTpPlugin(QObject *parent)
                                                                        Tp::Features() << Tp::Account::FeatureCore);
 
     d->accountManager = Tp::AccountManager::create(accountFactory);
+    // There should be well enough time between AM finishes getting ready and before it's needed,
+    // so there's no slot watching "finished"
     d->accountManager->becomeReady();
 }
 
@@ -82,6 +84,8 @@ void KAccountsKTpPlugin::onAccountRemoved(const Accounts::AccountId accountId)
         KTp::LogManager *logManager = KTp::LogManager::instance();
         logManager->clearAccountLogs(account);
     }
+
+    qDebug() << "Removing Telepathy account with object path" << account->displayName();
     account->remove();
 
     // Delete the entry from config file

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list