changeset 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 9d812753d26a
children dc08f2fa9a66
files pidgin/gtkaccount.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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)