# HG changeset patch # User Richard Laager # Date 1136490612 0 # Node ID f49d49444c6894bcd9c3ebd8faca82feb87c3165 # Parent da9fd490cef9880c3608e4bbe652a449c038442e [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 diff -r da9fd490cef9 -r f49d49444c68 src/protocols/gg/gg.c --- 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"); } } /* }}} */