comparison src/connection.c @ 10755:fffc664d5294

[gaim-migrate @ 12358] Some TLC for Jabber and Yahoo!. Jabber no longer crashes at signoff. Is Left Eye Lopez the one that burned down that guy's house? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 19:29:18 +0000
parents 8a97b59f0071
children d087e928ffd1
comparison
equal deleted inserted replaced
10754:8a97b59f0071 10755:fffc664d5294
80 GaimPlugin *prpl; 80 GaimPlugin *prpl;
81 GaimPluginProtocolInfo *prpl_info; 81 GaimPluginProtocolInfo *prpl_info;
82 82
83 g_return_if_fail(account != NULL); 83 g_return_if_fail(account != NULL);
84 84
85 if (gaim_account_is_connected(account))
86 return;
87
85 prpl = gaim_find_prpl(gaim_account_get_protocol_id(account)); 88 prpl = gaim_find_prpl(gaim_account_get_protocol_id(account));
86 89
87 if (prpl != NULL) 90 if (prpl != NULL)
88 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl); 91 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
89 else { 92 else {