aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-label-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-label-dialog.c')
-rw-r--r--mail/e-mail-label-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-label-dialog.c b/mail/e-mail-label-dialog.c
index 839cc75424..5f5b3aa313 100644
--- a/mail/e-mail-label-dialog.c
+++ b/mail/e-mail-label-dialog.c
@@ -204,7 +204,7 @@ e_mail_label_dialog_init (EMailLabelDialog *dialog)
container = content_area;
- widget = gtk_hbox_new (FALSE, 6);
+ widget = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
gtk_widget_show (widget);