changeset 1608:e19a2cb4190c

[gaim-migrate @ 1618] allow plugins access to the window committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 17 Mar 2001 04:41:38 +0000
parents 4ad4dac68317
children b4473be6fcc5
files src/conversation.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Sat Mar 17 03:35:55 2001 +0000
+++ b/src/conversation.c	Sat Mar 17 04:41:38 2001 +0000
@@ -61,7 +61,7 @@
 GdkPixmap *dark_icon_pm = NULL;
 GdkBitmap *dark_icon_bm = NULL;
 
-static GtkWidget *all_convos = NULL;
+GtkWidget *all_convos = NULL;
 static GtkWidget *convo_notebook = NULL;
 
 char fontface[64];