diff src/buddy.c @ 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 c078fba4d7e3
children 88a0068fc048
line wrap: on
line diff
--- a/src/buddy.c	Mon Sep 16 19:50:52 2002 +0000
+++ b/src/buddy.c	Mon Sep 16 20:42:17 2002 +0000
@@ -110,7 +110,7 @@
 };
 static GSList *shows = NULL;
 
-static int docklet_count = 0;
+int docklet_count = 0;
 
 /* Predefine some functions */
 static void new_bp_callback(GtkWidget *w, struct buddy *bs);