comparison src/server.c @ 7956:1b8261f374ea

[gaim-migrate @ 8631] This is the death of protocol numbers. There are probably now a few functions that should now go away, but i'll let our crack team of crazy patch writers figure out which ones they are. out-of-tree and unofficial prpl-writers, rejoice! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 29 Dec 2003 09:03:47 +0000
parents 7b8407d8c546
children fa6395637e2c
comparison
equal deleted inserted replaced
7955:119a22025818 7956:1b8261f374ea
38 #include "gtkutils.h" 38 #include "gtkutils.h"
39 #include "ui.h" 39 #include "ui.h"
40 40
41 void serv_login(GaimAccount *account) 41 void serv_login(GaimAccount *account)
42 { 42 {
43 GaimPlugin *p = gaim_find_prpl(gaim_account_get_protocol(account)); 43 GaimPlugin *p = gaim_find_prpl(gaim_account_get_protocol_id(account));
44 GaimPluginProtocolInfo *prpl_info = NULL; 44 GaimPluginProtocolInfo *prpl_info = NULL;
45 45
46 if (account->gc == NULL || p == NULL) 46 if (account->gc == NULL || p == NULL)
47 return; 47 return;
48 48