[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=df4c085

The following commit has been merged in the master branch:
commit df4c085699514abf6399d5b068143f13ca5de8f0
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Sep 13 18:42:31 2011 +0100

    Change KWallet folder name to telepathy-kde to get a nice icon in the wallet manager
---
 handler-auth.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/handler-auth.cpp b/handler-auth.cpp
index 19bd4fd..2e4c9b6 100644
--- a/handler-auth.cpp
+++ b/handler-auth.cpp
@@ -138,10 +138,10 @@ void HandlerAuth::promptUser(bool isFirstRun)
     //save password in kwallet...
     if (dialog.savePassword()) {
         kDebug() << "Saving password";
-        if (!m_wallet->hasFolder("telepathy")) {
-            m_wallet->createFolder("telepathy");
+        if (!m_wallet->hasFolder("telepathy-kde")) {
+            m_wallet->createFolder("telepathy-kde");
         }
-        m_wallet->setFolder("telepathy");
+        m_wallet->setFolder("telepathy-kde");
         m_wallet->writePassword(m_account->uniqueIdentifier(), dialog.password());
     }
 }

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list