diff pidgin/gtkaccount.c @ 20563:be996322b2c3

Fix #2426 - Switching from XMPP to Google Talk in the Add Account dialog doesn't work. I don't think this was a useful check, I don't think it should ever be hit legitimately.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 19 Sep 2007 22:21:22 +0000
parents 5dee4e3f09eb
children 591267f6f1d5 a7733677ee20
line wrap: on
line diff
--- a/pidgin/gtkaccount.c	Wed Sep 19 21:40:02 2007 +0000
+++ b/pidgin/gtkaccount.c	Wed Sep 19 22:21:22 2007 +0000
@@ -250,9 +250,6 @@
 
 	new_plugin = purple_find_prpl(id);
 
-	if (new_plugin == dialog->plugin)
-		return;
-
 	dialog->plugin = new_plugin;
 
 	if (dialog->plugin != NULL)