Thu, 05 Jan 2006 19:50:12 +0000
[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: Richard Laager <rlaager@pidgin.im>
| src/protocols/gg/gg.c | file | annotate | diff | comparison | revisions |
--- 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"); } } /* }}} */