[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:05:40 UTC 2016


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

The following commit has been merged in the master branch:
commit 1197f9a8e4f78ac24205bafb6a44d82ca90c2e35
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sat Feb 14 21:27:56 2009 +0000

    Actually add the accounts to the model once we get them from the account manager.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=926224
---
 KTp/Models/accounts-list-model.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/KTp/Models/accounts-list-model.cpp b/KTp/Models/accounts-list-model.cpp
index 23fa6d2..2149bc8 100644
--- a/KTp/Models/accounts-list-model.cpp
+++ b/KTp/Models/accounts-list-model.cpp
@@ -52,6 +52,7 @@ QVariant AccountsListModel::data(const QModelIndex &index, int role) const
 
 void AccountsListModel::addAccount(Telepathy::Client::Account *account)
 {
+    kDebug() << "Creating a new AccountItem from account:" << account;
     // Check if the account is already in the model.
     bool found = false;
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list