# HG changeset patch # User Mark Doliner # Date 1111895924 0 # Node ID 1f51dd1a7f87d0b69b11cbd8a2711265c0854f65 # Parent ca69d597a5e236a6965740fc6806490c6186e4e9 [gaim-migrate @ 12348] I'm standardizing this message in HEAD. Deviate and die, commie pog. committer: Tailor Script diff -r ca69d597a5e2 -r 1f51dd1a7f87 src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Sun Mar 27 01:59:39 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Sun Mar 27 03:58:44 2005 +0000 @@ -122,9 +122,9 @@ } if (f->idle != 0) - gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, TRUE, f->idle); + gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, TRUE, f->idle); else - gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, FALSE, 0); + gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, FALSE, 0); } static void yahoo_process_status(GaimConnection *gc, struct yahoo_packet *pkt) @@ -137,7 +137,7 @@ if (pkt->service == YAHOO_SERVICE_LOGOFF && pkt->status == -1) { gc->wants_to_die = TRUE; - gaim_connection_error(gc, _("You have been logged off as you have logged in on a different machine or device.")); + gaim_connection_error(gc, _("You have signed on from another location.")); return; }