comparison pidgin/gtkprefs.c @ 18103:7571c6440ba0

Make the entry-box look nicer in the preference.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 15 Jun 2007 08:25:04 +0000
parents 74842d0ac1a7
children 094698b04630 ff69c2a9ccf2
comparison
equal deleted inserted replaced
18102:74842d0ac1a7 18103:7571c6440ba0
975 GTK_IMHTML_BACKCOLOR | 975 GTK_IMHTML_BACKCOLOR |
976 GTK_IMHTML_BACKGROUND); 976 GTK_IMHTML_BACKGROUND);
977 977
978 gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting. :)"), 0); 978 gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting. :)"), 0);
979 979
980 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 0); 980 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
981 981
982 gtk_imhtml_setup_entry(GTK_IMHTML(imhtml), PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_FORMATTING_WBFO); 982 gtk_imhtml_setup_entry(GTK_IMHTML(imhtml), PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_FORMATTING_WBFO);
983 983
984 g_signal_connect_after(G_OBJECT(imhtml), "format_function_toggle", 984 g_signal_connect_after(G_OBJECT(imhtml), "format_function_toggle",
985 G_CALLBACK(formatting_toggle_cb), toolbar); 985 G_CALLBACK(formatting_toggle_cb), toolbar);