comparison src/buddy.c @ 1748:2eec724fdbcd

[gaim-migrate @ 1758] bugfixes for group rename. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 25 Apr 2001 08:17:38 +0000
parents 0ddc5418a0b4
children d2eca7a46cfd
comparison
equal deleted inserted replaced
1747:0763e0d4addd 1748:2eec724fdbcd
183 g_free(gs->name); 183 g_free(gs->name);
184 g_free(gs); 184 g_free(gs);
185 } else { 185 } else {
186 update_num_group(gs); 186 update_num_group(gs);
187 } 187 }
188 update_num_group(new_gs);
188 } else { 189 } else {
189 /* two possible actions: if gs contains things that are only from g, 190 /* two possible actions: if gs contains things that are only from g,
190 * just rename gs and fix the label. otherwise, move everything in g 191 * just rename gs and fix the label. otherwise, move everything in g
191 * over to another group_show */ 192 * over to another group_show */
192 for (m = gs->members; m != NULL; m = g_slist_next(m)) { 193 for (m = gs->members; m != NULL; m = g_slist_next(m)) {