diff src/away.c @ 5560:b7319c094153

[gaim-migrate @ 5961] It compiles now, but if you use it, you won't have any accounts. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 03:25:39 +0000
parents 7a64114641c3
children 9eb5b13fd412
line wrap: on
line diff
--- a/src/away.c	Fri May 30 03:17:13 2003 +0000
+++ b/src/away.c	Fri May 30 03:25:39 2003 +0000
@@ -339,6 +339,10 @@
 	serv_set_away(gc, awy, NULL);
 }
 
+/* XXX This needs to be fixed, NOW! */
+extern GtkListStore *prefs_away_store;
+extern GtkWidget *prefs_away_menu;
+
 void do_away_menu()
 {
 	GtkWidget *menuitem;
@@ -622,6 +626,7 @@
 			}
 		}
 	}
+
 	if (prefs_away_menu) {
 		l = gtk_container_get_children(GTK_CONTAINER(prefs_away_menu));
 		while (l) {