[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:57:08 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=78f9e1f

The following commit has been merged in the master branch:
commit 78f9e1f76bbcba974725035707f9e10860c207c7
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sat Feb 14 17:55:52 2009 +0000

    Seems it only took one more line to make the AccountItem handle the account becoming ready completely.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=926134
---
 src/account-item.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/account-item.cpp b/src/account-item.cpp
index 7e5a1eb..7e12211 100644
--- a/src/account-item.cpp
+++ b/src/account-item.cpp
@@ -69,6 +69,9 @@ void AccountItem::onBecomeReadyFinished(Telepathy::Client::PendingOperation *op)
     else
     {
         kDebug() << "An Account became ready successfully.";
+        m_account = pra->account();
+        // FIXME: What features should we check its ready with?
+        Q_ASSERT(m_account->isReady());
         Q_EMIT ready();
     }
 }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list