[PATCH] KWallet password dialog icon.
Michael Pyne
pynm0001 at comcast.net
Sun Jul 11 06:20:22 BST 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is it alright if I apply the following patch in CVS?
KDE 3.2's KWallet has a nice keys icons for me whenever it asks me for my
password. The underlying KPasswordDialog appears to have changed in the
interim, leaving the icon blank in HEAD. I've looked around and the
"password" icon seems to be the one that matches, appropriately enough.
Here's the patch:
Index: kio/misc/kwalletd/kwalletd.cpp
===================================================================
RCS file: /home/kde/kdelibs/kio/misc/kwalletd/kwalletd.cpp,v
retrieving revision 1.69
diff -u -3 -p -r1.69 kwalletd.cpp
- --- kio/misc/kwalletd/kwalletd.cpp 7 Jul 2004 14:16:00 -0000 1.69
+++ kio/misc/kwalletd/kwalletd.cpp 11 Jul 2004 05:16:20 -0000
@@ -287,7 +287,7 @@ int KWalletD::internalOpen(const QCStrin
KWallet::Backend *b = new KWallet::Backend(wallet, isPath);
KPasswordDialog *kpd;
if ((isPath || QFile::exists(wallet)) || KWallet::Backend::exists(wallet))
{
- - kpd = new KPasswordDialog(KPasswordDialog::Password, false, 0);
+ kpd = new KPasswordDialog(KPasswordDialog::Password, false, 0,
"password");
if (appid.isEmpty()) {
kpd->setPrompt(i18n("<qt>KDE has requested to open the wallet
'<b>%1</b>'. Please enter the password for this wallet
below.").arg(QStyleSheet::escape(wallet)));
} else {
Regards,
- Michael Pyne
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFA8M4cqjQYp5Omm0oRArXHAKCtOq8oDZQgorDblNSokA/C1cECvACg2GfT
Jkfj2H1L6+6geWocLsh17Ks=
=6x67
-----END PGP SIGNATURE-----
More information about the kde-core-devel
mailing list