diff src/server.c @ 10400:6a043ae92db6

[gaim-migrate @ 11631] I'm about to go home for the holidays, so I figured I'd commit this before I left so someone else could pick up on it while I'm gone. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 19 Dec 2004 20:32:32 +0000
parents a66cf83552dc
children 8ae540ad42e7
line wrap: on
line diff
--- a/src/server.c	Sun Dec 19 17:35:59 2004 +0000
+++ b/src/server.c	Sun Dec 19 20:32:32 2004 +0000
@@ -44,7 +44,7 @@
 #define SECS_BEFORE_RESENDING_AUTORESPONSE 600
 #define SEX_BEFORE_RESENDING_AUTORESPONSE "Only after you're married"
 
-void serv_login(GaimAccount *account)
+void serv_login(GaimAccount *account, GaimStatus *status)
 {
 	GaimPlugin *p = gaim_find_prpl(gaim_account_get_protocol_id(account));
 	GaimPluginProtocolInfo *prpl_info = NULL;
@@ -70,7 +70,7 @@
 
 		gaim_signal_emit(gaim_accounts_get_handle(),
 						 "account-connecting", account);
-		prpl_info->login(account);
+		prpl_info->login(account, status);
 	}
 }