diff src/ui.h @ 6479:b808f9734879

[gaim-migrate @ 6992] (19:12:00) Robot101: replacing some slightly crufty old code which makes assumptions like AIM-only, ignores gcs, could've messed up in certain obscure circumstances. (19:12:10) Robot101: my code's probably more efficient in cpu and memory too. (19:12:28) Robot101: and it's orthogonal to my message queue work so I split it off. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 15 Aug 2003 23:13:42 +0000
parents fb64cc87bc96
children 42fdf16f1dad
line wrap: on
line diff
--- a/src/ui.h	Fri Aug 15 22:16:44 2003 +0000
+++ b/src/ui.h	Fri Aug 15 23:13:42 2003 +0000
@@ -98,11 +98,11 @@
 };
 
 /* Globals in aim.c */
-extern GSList *away_messages; /* this should be moved to away.c */
 extern GtkWidget *mainwindow;
 extern int docklet_count;
 
 /* Globals in away.c */
+extern GSList *away_messages;
 extern struct away_message *awaymessage;
 extern GtkWidget *awaymenu;
 extern GtkWidget *awayqueue;