diff src/ui.h @ 3524:6f9610016503

[gaim-migrate @ 3597] If I didn't do this, if you turned queuing on in the docklet, and then unloaded the docklet--you'd never get IMs ever again. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 16 Sep 2002 20:42:17 +0000
parents 6b0cb60162f4
children 369d419c8a29
line wrap: on
line diff
--- a/src/ui.h	Mon Sep 16 19:50:52 2002 +0000
+++ b/src/ui.h	Mon Sep 16 20:42:17 2002 +0000
@@ -276,6 +276,7 @@
 extern GtkWidget *buddies;
 extern GtkWidget *bpmenu;
 extern GtkWidget *blist;
+extern int docklet_count;
 
 /* Globals in buddy_chat.c */
 extern GList *chats;	/* list of all chats (only use for tabbing!) */