diff src/protocols/oscar/oscar.c @ 10738:55af3fa46329

[gaim-migrate @ 12340] Lots of changes here. A lot of it stems from chaning gaim_account_connect() so that it DOES NOT have the GaimStatus parameter. It will attempt to use the GaimStatus of your account from the last time it was connected (which doesn't work quite right yet). My goal here was to save and load each account's GaimStatuses to accounts.xml, so if you were "away" when you signed off then you'll be "away" when you sign back on. Not quite there yet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Mar 2005 20:08:43 +0000
parents c4cb90065e1d
children 94cc67130789
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sat Mar 26 19:19:33 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Sat Mar 26 20:08:43 2005 +0000
@@ -5856,7 +5856,7 @@
 		return;
 
 	if (primitive == !GAIM_STATUS_OFFLINE && !gc) {
-		gaim_account_connect(account, status);
+		gaim_account_connect(account);
 	} else if (primitive == GAIM_STATUS_OFFLINE && gc) {
 		gaim_account_disconnect(account);
 	} else {