diff src/conversation.c @ 3554:cf00549c53d7

[gaim-migrate @ 3644] A long annoying patch by one Robert McQueen. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 26 Sep 2002 15:23:33 +0000
parents face765b6a9d
children bdd0bebd2d04
line wrap: on
line diff
--- a/src/conversation.c	Thu Sep 26 14:26:11 2002 +0000
+++ b/src/conversation.c	Thu Sep 26 15:23:33 2002 +0000
@@ -2118,7 +2118,7 @@
 	GtkWidget *win;
 	GtkWidget *entry;
 
-	toolbar = gtk_toolbar_new(GTK_ORIENTATION_HORIZONTAL, GTK_TOOLBAR_ICONS);
+	toolbar = gtk_toolbar_new();
 	win = c->window;
 	entry = c->entry;