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

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:00:28 UTC 2016


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

The following commit has been merged in the master branch:
commit 91f681de927646a1621158773130fdbcbea444d5
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Oct 27 02:24:29 2011 +0200

    Remove all entries from kwallet when removing account
    
    Reviewed-by: David Edmundson <kde at davidedmundson.co.uk>
---
 src/common                     | 2 +-
 src/kcm-telepathy-accounts.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common b/src/common
index c0b6bc9..2f1c749 160000
--- a/src/common
+++ b/src/common
@@ -1 +1 @@
-Subproject commit c0b6bc91daab6c4992a38191db471513546af25e
+Subproject commit 2f1c74934c855560b7940ee0be758b059dd9940a
diff --git a/src/kcm-telepathy-accounts.cpp b/src/kcm-telepathy-accounts.cpp
index 7840a58..4f651a5 100644
--- a/src/kcm-telepathy-accounts.cpp
+++ b/src/kcm-telepathy-accounts.cpp
@@ -311,7 +311,7 @@ void KCMTelepathyAccounts::onRemoveAccountClicked()
     {
         AccountItem *item = m_accountsListModel->itemForIndex(m_currentModel->mapToSource(index));
         KTelepathy::WalletInterface wallet(this->effectiveWinId());
-        wallet.removePassword(item->account());
+        wallet.removeAccount(item->account());
 
         m_accountsListModel->removeAccount(m_currentModel->mapToSource(index));
     }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list