diff src/ui.h @ 4124:19ee0409a3d7

[gaim-migrate @ 4341] fix segfault on returning from away with messages queued from ari. also gets rid of some gtk1.2 code in favor of gtk2 code. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 23 Dec 2002 23:08:14 +0000
parents 994b5c4d15dd
children 9c31ddae80a1
line wrap: on
line diff
--- a/src/ui.h	Mon Dec 23 22:04:40 2002 +0000
+++ b/src/ui.h	Mon Dec 23 23:08:14 2002 +0000
@@ -280,7 +280,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;