comparison src/protocols/msn/msn.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 11e95968c9ff
children 52f27ffe68a5
comparison
equal deleted inserted replaced
11836:86cdfd6b32a6 11837:fa742ad8068c
697 return NULL; 697 return NULL;
698 } 698 }
699 } 699 }
700 700
701 static void 701 static void
702 msn_login(GaimAccount *account, GaimStatus *status) 702 msn_login(GaimAccount *account)
703 { 703 {
704 GaimConnection *gc; 704 GaimConnection *gc;
705 MsnSession *session; 705 MsnSession *session;
706 const char *username; 706 const char *username;
707 const char *host; 707 const char *host;