src/prefs.c

changeset 940
b3985f53a6c0
parent 930
09f24385c29b
child 960
c4012584334f
--- 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];
 

mercurial