# HG changeset patch # User Daniel Atallah # Date 1190240482 0 # Node ID be996322b2c34bc3c618b78ebb2a32838cb27fb6 # Parent 9d812753d26aebaebdb9c3c49b9d504ecf95ada4 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. diff -r 9d812753d26a -r be996322b2c3 pidgin/gtkaccount.c --- 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)