summaryrefslogtreecommitdiffstats
path: root/kshowmail/configlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/configlist.cpp')
-rw-r--r--kshowmail/configlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kshowmail/configlist.cpp b/kshowmail/configlist.cpp
index 58bb90a..50bb22e 100644
--- a/kshowmail/configlist.cpp
+++ b/kshowmail/configlist.cpp
@@ -886,8 +886,8 @@ void ConfigList::refreshSetup( TDEListView* view )
acc->setPassword( Encryption::decrypt( config->readEntry( CONFIG_ENTRY_ACCOUNT_PASSWORD, DEFAULT_ACCOUNT_PASSWORD ) ) );
break;
- case CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET:
- acc->setPasswordStorage( CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_KWALLET );
+ case CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET:
+ acc->setPasswordStorage( CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_TDEWALLET );
acc->setPassword( TDEWalletAccess::getPassword( *it ) );
break;