Mercurial > pidgin.yaz
changeset 10746:1f51dd1a7f87
[gaim-migrate @ 12348]
I'm standardizing this message in HEAD. Deviate and die, commie pog.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 27 Mar 2005 03:58:44 +0000 |
parents | ca69d597a5e2 |
children | 0e6b33463a3a |
files | src/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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; }