# HG changeset patch # User grommasher@gmail.com # Date 1245706314 0 # Node ID ef9e68020265499e264c3be291836c83d1a38f3b # Parent 3cd831d4915fb8ab406a933f92346c51a0a8034d Correctly show status in tooltips for GG contacts with status messages. Patch from Krzysztof "kkszysiu" Klinikowski. Closes #9461. committer: Will Thompson diff -r 3cd831d4915f -r ef9e68020265 COPYRIGHT --- a/COPYRIGHT Mon Jun 22 16:39:58 2009 +0000 +++ b/COPYRIGHT Mon Jun 22 21:31:54 2009 +0000 @@ -224,6 +224,7 @@ Jochen Kemnade Yann Kerherve Gordian Klein +Krzysztof Klinikowski Akuke Kok Kir Kolyshkin F.W. Kong diff -r 3cd831d4915f -r ef9e68020265 libpurple/protocols/gg/gg.c --- a/libpurple/protocols/gg/gg.c Mon Jun 22 16:39:58 2009 +0000 +++ b/libpurple/protocols/gg/gg.c Mon Jun 22 21:31:54 2009 +0000 @@ -931,12 +931,15 @@ purple_debug_info("gg", "ggp_status_by_id: %d\n", id); switch (id) { case GG_STATUS_NOT_AVAIL: + case GG_STATUS_NOT_AVAIL_DESCR: st = _("Offline"); break; case GG_STATUS_AVAIL: + case GG_STATUS_AVAIL_DESCR: st = _("Available"); break; case GG_STATUS_BUSY: + case GG_STATUS_BUSY_DESCR: st = _("Away"); break; default: