# HG changeset patch # User Mark Doliner # Date 1129170086 0 # Node ID c7aaac1fb2527dd27c8ed895088adf4cb28588dc # Parent a66ee70c614cd33690b898f515ed495a8d4f2a9b [gaim-migrate @ 13937] This seems to set Yahoo! to your previous status at signon committer: Tailor Script diff -r a66ee70c614c -r c7aaac1fb252 src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Thu Oct 13 01:48:03 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Thu Oct 13 02:21:26 2005 +0000 @@ -54,6 +54,7 @@ static void yahoo_add_buddy(GaimConnection *gc, GaimBuddy *, GaimGroup *); static void yahoo_login_page_cb(void *user_data, const char *buf, size_t len); +static void yahoo_set_status(GaimAccount *account, GaimStatus *status); static void yahoo_add_permit(GaimConnection *gc, const char *who) @@ -209,6 +210,7 @@ yahoo_buddy_icon_upload(gc, yd->picture_upload_todo); yd->picture_upload_todo = NULL; } + yahoo_set_status(account, gaim_account_get_active_status(account)); /* this requests the list. i have a feeling that this is very evil *