# HG changeset patch # User Luke Schierer # Date 1116463806 0 # Node ID ceb88f2a2f17eecd2cc5c852278d903217836bb3 # Parent bfb3ac69cdd093a8bda4dc81ab38ce827537e07b [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 diff -r bfb3ac69cdd0 -r ceb88f2a2f17 src/gtkaccount.c --- 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);