diff src/toc.c @ 940:9fca1293f871

[gaim-migrate @ 950] Patches from kylev committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 01 Oct 2000 00:20:03 +0000
parents a88af4cc626a
children fa681641643d
line wrap: on
line diff
--- a/src/toc.c	Sun Oct 01 00:06:43 2000 +0000
+++ b/src/toc.c	Sun Oct 01 00:20:03 2000 +0000
@@ -822,7 +822,7 @@
 
 void toc_build_config(char *s, int len, gboolean show)
 {
-	GList *grp = groups;
+	GSList *grp = groups;
 	GList *mem;
 	struct group *g;
 	struct buddy *b;
@@ -845,7 +845,7 @@
 					show ? ":" : "", show ? b->show : "");
 			mem = mem->next;
 		}
-		grp = grp ->next;
+		grp = g_slist_next(grp);
 	}
 
 	while(plist) {