|
|
@ -477,7 +477,7 @@ int TDEWalletD::internalOpen(const TQCString& appid, const TQString& wallet, boo
|
|
|
|
setupDialog( kpd, w, appid, modal );
|
|
|
|
setupDialog( kpd, w, appid, modal );
|
|
|
|
if (kpd->exec() == KDialog::Accepted) {
|
|
|
|
if (kpd->exec() == KDialog::Accepted) {
|
|
|
|
p = kpd->password().utf8();
|
|
|
|
p = kpd->password().utf8();
|
|
|
|
int rc = b->open(TQByteArray().duplicate(p));
|
|
|
|
int rc = b->open(TQByteArray().duplicate(p, p.length()));
|
|
|
|
if (!b->isOpen()) {
|
|
|
|
if (!b->isOpen()) {
|
|
|
|
kpd->setPrompt(i18n("<qt>Error opening the wallet '<b>%1</b>'. Please try again.<br>(Error code %2: %3)").arg(TQStyleSheet::escape(wallet)).arg(rc).arg(TDEWallet::Backend::openRCToString(rc)));
|
|
|
|
kpd->setPrompt(i18n("<qt>Error opening the wallet '<b>%1</b>'. Please try again.<br>(Error code %2: %3)").arg(TQStyleSheet::escape(wallet)).arg(rc).arg(TDEWallet::Backend::openRCToString(rc)));
|
|
|
|
kpd->clearPassword();
|
|
|
|
kpd->clearPassword();
|
|
|
|