changeset 10931:ceb88f2a2f17

[gaim-migrate @ 12710] Bleeter tracked down the cause of newly created accounts being enabled but not signing on untill they are disabled and re-enabled. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 19 May 2005 00:50:06 +0000
parents bfb3ac69cdd0
children 3ad0e7351826
files src/gtkaccount.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkaccount.c	Thu May 19 00:20:35 2005 +0000
+++ b/src/gtkaccount.c	Thu May 19 00:50:06 2005 +0000
@@ -1538,6 +1538,7 @@
 		}
 	}
 
+	gaim_presence_set_status_active(dialog->account->presence, "online", TRUE);
 	ret = dialog->account;
 
 	account_win_destroy_cb(NULL, NULL, dialog);