[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:59:31 UTC 2016


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

The following commit has been merged in the master branch:
commit 17649b0c67264be04cad9fb3cab97076297df916
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Apr 23 02:03:06 2011 +0100

    Regenerate icon when changed. This fixes a bug when creating a new account with a profile, as the profile is not loaded straight away.
---
 src/account-item.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/account-item.cpp b/src/account-item.cpp
index 40f39d8..4d9b622 100644
--- a/src/account-item.cpp
+++ b/src/account-item.cpp
@@ -53,6 +53,9 @@ AccountItem::AccountItem(const Tp::AccountPtr &account, AccountsListModel *paren
             SIGNAL(connectionStatusChanged(Tp::ConnectionStatus)),
             SIGNAL(updated()));
     connect(m_account.data(),
+            SIGNAL(iconNameChanged(QString)),
+            SLOT(generateIcon()));
+    connect(m_account.data(),
             SIGNAL(removed()),
             SIGNAL(removed()));
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list