hi.

this is really just a minor thing:
I noticed that in Kopete::Password::doPasswordDialog, the parameter QString 
&password is not used anymore (i think it was because of issues when echo 
mode is set to none or something like this).
this patch removes the parameter and adapts the only call to that function.
not very usefull, but gets rid of one warning and might cause less 
confusion :)

regards, conrausch
-- 
[EMAIL PROTECTED]
http://conrausch.doesntexist.org
JabberID: [EMAIL PROTECTED]

# support cryptography! public key:
http://elise.no-ip.com/ch.gmx.asc

 Fry: That clover helped my rat-fink brother steal my dream of going into 
   space. Now I'll never get there. 
 Leela: You went there this morning for donuts.
Index: libkopete/kopetepassword.cpp
===================================================================
--- libkopete/kopetepassword.cpp	(revision 539623)
+++ libkopete/kopetepassword.cpp	(working copy)
@@ -184,12 +184,12 @@
 	{
 		QString result = grabPassword();
 		if ( mSource == Kopete::Password::FromUser || result.isNull() )
-			doPasswordDialog( result );
+			doPasswordDialog();
 		else
 			finished( result );
 	}
 
-	void doPasswordDialog( const QString &password )
+	void doPasswordDialog()
 	{
 		kdDebug( 14010 ) << k_funcinfo << endl;
 

Attachment: pgp8oF8cKLOAE.pgp
Description: PGP signature

_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to