# HG changeset patch # User Jim Seymour # Date 1025228832 0 # Node ID afa68a8feee22bd15d35fa9aeaa8e3a004468d05 # Parent bf8d5c825297a1aa705a45557270669f0c7f1839 [gaim-migrate @ 3358] Patch [ 573779 ] Fix ugly bug in gg plugin (caused sig11) (Thanks, Arkadiusz Miskiewicz) committer: Tailor Script diff -r bf8d5c825297 -r afa68a8feee2 src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Thu Jun 27 23:47:28 2002 +0000 +++ b/src/protocols/gg/gg.c Fri Jun 28 01:47:12 2002 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 3114 2002-03-28 18:22:49Z seanegan $ + * $Id: gg.c 3358 2002-06-28 01:47:12Z jseymour $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz * @@ -580,9 +580,9 @@ if (gc->inpa) gaim_input_remove(gc->inpa); gg_logoff(gd->sess); + gd->own_status = GG_STATUS_NOT_AVAIL; gg_free_session(gd->sess); g_free(gc->proto_data); - gd->own_status = GG_STATUS_NOT_AVAIL; } static int agg_send_im(struct gaim_connection *gc, char *who, char *msg, int len, int flags)