# HG changeset patch # User Mark Doliner # Date 1082809183 0 # Node ID 7c7c7f5ce09d82a89b300631601894b64be77885 # Parent f7ee50e4d5340d99c2efd630b281c441e3ea8bb0 [gaim-migrate @ 9558] agg_group_buddy and agg_rename_group were in the wrong place. committer: Tailor Script diff -r f7ee50e4d534 -r 7c7c7f5ce09d src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Sat Apr 24 12:09:48 2004 +0000 +++ b/src/protocols/gg/gg.c Sat Apr 24 12:19:43 2004 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 9537 2004-04-23 17:24:19Z lschiere $ + * $Id: gg.c 9558 2004-04-24 12:19:43Z thekingant $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz * @@ -1503,7 +1503,7 @@ /* It's implemented on client side because GG server doesn't support this */ } -static void agg_group_buddy (GaimConnection * gc, const char *who, +static void agg_group_buddy (GaimConnection *gc, const char *who, const char *old_group, const char *new_group) { GaimBuddy *buddy = gaim_find_buddy(gaim_connection_get_account(gc), who); @@ -1576,11 +1576,19 @@ NULL, NULL, NULL, - NULL, agg_group_buddy, agg_rename_group, NULL, NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, NULL };