comparison src/connection.c @ 11837:fa742ad8068c

[gaim-migrate @ 14128] Don't pass our active GaimStatus to the login PRPL callback... It's not used by most PRPLS, and that ones that DO use it probably shouldn't. Ideally the PRPLs won't store any info about their own status, message, etc. All that should be in the core status API, and when it needs some info it should query the core to get it. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 26 Oct 2005 05:40:02 +0000
parents a647f92e1d57
children d2db6426c88a
comparison
equal deleted inserted replaced
11836:86cdfd6b32a6 11837:fa742ad8068c
143 else 143 else
144 { 144 {
145 gaim_debug_info("connection", "Connecting. gc = %p\n", gc); 145 gaim_debug_info("connection", "Connecting. gc = %p\n", gc);
146 146
147 gaim_signal_emit(gaim_accounts_get_handle(), "account-connecting", account); 147 gaim_signal_emit(gaim_accounts_get_handle(), "account-connecting", account);
148 prpl_info->login(account, gaim_account_get_active_status(account)); 148 prpl_info->login(account);
149 } 149 }
150 } 150 }
151 151
152 void 152 void
153 gaim_connection_destroy(GaimConnection *gc) 153 gaim_connection_destroy(GaimConnection *gc)