Mercurial > pidgin
changeset 8796:7c7c7f5ce09d
[gaim-migrate @ 9558]
agg_group_buddy and agg_rename_group were in the wrong place.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 24 Apr 2004 12:19:43 +0000 |
parents | f7ee50e4d534 |
children | 0f2af117d5d3 |
files | src/protocols/gg/gg.c |
diffstat | 1 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <misiek@pld.ORG.PL> * @@ -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 };