diff src/prefs.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/prefs.c	Sun Oct 01 00:06:43 2000 +0000
+++ b/src/prefs.c	Sun Oct 01 00:20:03 2000 +0000
@@ -1499,7 +1499,7 @@
 	GtkWidget *label;
 	GtkWidget *list_item;
 	GtkWidget *sep;
-	GList *awy = away_messages;
+	GSList *awy = away_messages;
 	struct away_message *a;
 	char buffer[BUF_LONG];