[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:02:51 UTC 2016


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

The following commit has been merged in the master branch:
commit 475af97d22760c7d5566942a4ee3a9cf858ccf52
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Nov 13 20:45:21 2012 +0900

    When editing an account always unset any password stored by Mission Control
    
    BUG: 291210
---
 src/edit-account-dialog.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/edit-account-dialog.cpp b/src/edit-account-dialog.cpp
index 7ae763f..fb15dfc 100644
--- a/src/edit-account-dialog.cpp
+++ b/src/edit-account-dialog.cpp
@@ -123,6 +123,7 @@ void EditAccountDialog::accept()
 
     //remove password from setParameters as this is now stored by kwallet instead
     setParameters.remove(QLatin1String("password"));
+    unsetParameters.append(QLatin1String("password")); //remove the password from mission control
 
     Tp::PendingStringList *psl = d->account->updateParameters(setParameters, unsetParameters);
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list