pidgin: 74c00c33: Correctly show status in tooltips for GG...
resiak at pidgin.im
resiak at pidgin.im
Mon Jun 22 17:35:32 EDT 2009
-----------------------------------------------------------------
Revision: 74c00c33cab0e208691543b25eeae7906f6e4181
Ancestor: 731a3b6828aec0e7b6d1fd9b6db1b1ff6ac35b85
Author: grommasher at gmail.com
Date: 2009-06-22T21:31:54
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/74c00c33cab0e208691543b25eeae7906f6e4181
Modified files:
COPYRIGHT libpurple/protocols/gg/gg.c
ChangeLog:
Correctly show status in tooltips for GG contacts with status messages.
Patch from Krzysztof "kkszysiu" Klinikowski. Closes #9461.
-------------- next part --------------
============================================================
--- COPYRIGHT 390dbe5c16fe27da40a648e52117fa812c7d94fd
+++ COPYRIGHT ace221221fbb04e02c6f99a2ef9483cdf8e72bce
@@ -224,6 +224,7 @@ Gordian Klein
Jochen Kemnade
Yann Kerherve
Gordian Klein
+Krzysztof Klinikowski
Akuke Kok
Kir Kolyshkin
F.W. Kong
============================================================
--- libpurple/protocols/gg/gg.c 5dad39f9101aa6be05d1be6a5404fc8ede6f9c5d
+++ libpurple/protocols/gg/gg.c 62abbebdc93514ac692c661474df3ed535251b05
@@ -931,12 +931,15 @@ static const char *ggp_status_by_id(unsi
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:
More information about the Commits
mailing list