diff src/ui.h @ 2843:87d11d2a7d59

[gaim-migrate @ 2856] i think we've found our mole committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 04 Dec 2001 07:53:55 +0000
parents 51999a36c0b1
children b1e300a85678
line wrap: on
line diff
--- a/src/ui.h	Tue Dec 04 05:38:53 2001 +0000
+++ b/src/ui.h	Tue Dec 04 07:53:55 2001 +0000
@@ -255,15 +255,13 @@
 extern GtkWidget *blist;
 
 /* Globals in buddy_chat.c */
-/* it is very important that you don't use this for anything.
- * its sole purpose is to allow all group chats to be in one
- * window. use struct gaim_connection's buddy_chats instead. */
-extern GList *chats;
-/* these are ok to use */
+extern GList *chats;	/* list of all chats (only use for tabbing!) */
 extern GtkWidget *all_chats;
-extern GtkWidget *chat_notebook;
 extern GtkWidget *joinchat;
 
+/* Globals in conversation.c */
+extern GtkWidget *all_convos;
+
 /* Globals in dialog.c */
 extern char fontface[128];
 extern char fontxfld[256];
@@ -370,8 +368,9 @@
 extern void toggle_smileys();
 extern void toggle_timestamps();
 extern void update_pixmaps();
-extern void tabize();
+extern void im_tabize();
 extern void chat_tabize();
+extern void convo_tabize();
 extern void update_convo_color();
 extern void update_convo_font();
 extern void set_hide_icons();