pidgin/gtkprefs.c

branch
release-2.1.0
changeset 18176
f4c6c0756f4a
parent 18175
6f73779d9689
child 18227
d9332822e803
--- a/pidgin/gtkprefs.c	Fri Jun 15 08:24:08 2007 +0000
+++ b/pidgin/gtkprefs.c	Fri Jun 15 08:25:04 2007 +0000
@@ -977,7 +977,7 @@
 
 	gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting. :)"), 0);
 
-	gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 0);
+	gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
 
 	gtk_imhtml_setup_entry(GTK_IMHTML(imhtml), PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_FORMATTING_WBFO);
 

mercurial