diff src/ui.h @ 4412:8067614e49e4

[gaim-migrate @ 4685] Gtk2ification. Thanks, Ari. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 25 Jan 2003 23:00:32 +0000
parents 5fb47ec9bfe4
children bf770f11132b
line wrap: on
line diff
--- a/src/ui.h	Sat Jan 25 21:23:02 2003 +0000
+++ b/src/ui.h	Sat Jan 25 23:00:32 2003 +0000
@@ -297,7 +297,8 @@
 extern struct away_message *default_away;
 extern int auto_away;
 extern GtkWidget *awaymenu;
-extern GtkWidget *clistqueue; 
+extern GtkWidget *awayqueue;
+extern GtkListStore *awayqueuestore;
 
 /* Globals in buddy.c */
 extern GtkWidget *buddies;