src/gtkconv.c

changeset 8439
4960eeede00d
parent 8427
b99f5085af0a
child 8442
e5d2b1c684bb
--- a/src/gtkconv.c	Sat Mar 13 15:06:55 2004 +0000
+++ b/src/gtkconv.c	Sun Mar 14 04:08:12 2004 +0000
@@ -2210,13 +2210,13 @@
 	GaimConnection *gc;
 	GaimPluginProtocolInfo *prpl_info = NULL;
 	GdkPixbuf *window_icon = NULL;
+	GtkIMHtmlButtons buttons;
 
 	win     = gaim_conversation_get_window(conv);
 	gtkwin  = GAIM_GTK_WINDOW(win);
 	gtkconv = GAIM_GTK_CONVERSATION(conv);
 	gc      = gaim_conversation_get_gc(conv);
-	GtkIMHtmlButtons buttons;
-	
+
 	if (gc != NULL)
 		prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl);
 

mercurial