diff src/conversation.c @ 1227:25611364a504

[gaim-migrate @ 1237] ok, the toolbar should work again (right?) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Dec 2000 02:26:57 +0000
parents 2528fc35aa32
children 6773043cf9f6
line wrap: on
line diff
--- a/src/conversation.c	Sat Dec 09 10:17:48 2000 +0000
+++ b/src/conversation.c	Mon Dec 11 02:26:57 2000 +0000
@@ -1784,11 +1784,12 @@
 
 	create_convo_menu(c);
 
+	entry = gtk_text_new(NULL, NULL);
+	c->entry = entry;
+
 	toolbar = build_conv_toolbar(c);
 	gtk_box_pack_start(GTK_BOX(vbox2), toolbar, FALSE, FALSE, 5);
 
-	entry = gtk_text_new(NULL, NULL);
-	c->entry = entry;
 	gtk_object_set_user_data(GTK_OBJECT(entry), c);
 	gtk_text_set_editable(GTK_TEXT(entry), TRUE);
 	gtk_text_set_word_wrap(GTK_TEXT(entry), TRUE);