diff src/gtkconv.c @ 8439:b08d8874d933

[gaim-migrate @ 9169] I gotta get my ansi on. Thanks to whoever wrote this patch. Mr. Lurch, I guess. "jugarum" is what frogs say committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Mar 2004 04:08:12 +0000
parents 2e18099ded93
children 3d0178c4f390
line wrap: on
line diff
--- 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);