*** empty log message ***

svn path=/trunk/; revision=29666
This commit is contained in:
Jain Vivek
2005-07-07 09:11:29 +00:00
parent 53c01a5ae0
commit 179f43369b

View File

@ -86,7 +86,7 @@ junk_mail_settings (EPopup *ep, EPopupItem *item, void *data)
gtk_widget_ensure_style (dialog);
gtk_container_set_border_width ((GtkContainer *) ((GtkDialog *) dialog)->vbox, 12);
box = gtk_vbox_new (FALSE, 6);
w = gtk_label_new ();
w = gtk_label_new ("");
gtk_label_set_markup (GTK_LABEL (w), "<b>Junk Mail Settings</b>");
gtk_box_pack_start ((GtkBox *) box, w, FALSE, FALSE, 6);