comparison src/buddy_chat.c @ 2268:a9787aad60f3

[gaim-migrate @ 2278] this was my fault committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 11 Sep 2001 20:58:27 +0000
parents eae25a0309c1
children 38e156136896
comparison
equal deleted inserted replaced
2267:837aa71710c5 2268:a9787aad60f3
318 318
319 static GList *tmp = NULL; 319 static GList *tmp = NULL;
320 320
321 if (tmp) 321 if (tmp)
322 g_list_free(tmp); 322 g_list_free(tmp);
323 tmp = NULL;
323 324
324 tmp = g_list_append(tmp, ""); 325 tmp = g_list_append(tmp, "");
325 326
326 if (gc) { 327 if (gc) {
327 grp = gc->groups; 328 grp = gc->groups;