Mercurial > pidgin.yaz
changeset 12736:f49d49444c68
[gaim-migrate @ 15081]
Thomas Huriaux noted in SF Patch #1396095 that we have a bug in the gg status handling. I used a different fix than his patch did. Hopefully it works just as well.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 05 Jan 2006 19:50:12 +0000 |
parents | da9fd490cef9 |
children | a1e241dd50b6 |
files | src/protocols/gg/gg.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/gg/gg.c Thu Jan 05 16:28:22 2006 +0000 +++ b/src/protocols/gg/gg.c Thu Jan 05 19:50:12 2006 +0000 @@ -1353,9 +1353,6 @@ *se = "away"; } else if (gaim_presence_is_status_active(presence, "blocked")) { *se = "blocked"; - } else { - *se = "offline"; - gaim_debug_error("gg", "ggp_list_emblems: unknown status\n"); } } /* }}} */