aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers/elm-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/importers/elm-importer.c')
-rw-r--r--mail/importers/elm-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/importers/elm-importer.c b/mail/importers/elm-importer.c
index 8722a8d561..6a20bf4120 100644
--- a/mail/importers/elm-importer.c
+++ b/mail/importers/elm-importer.c
@@ -326,7 +326,7 @@ elm_getwidget (EImport *ei,
g_datalist_set_data (
&target->data, "elm-do-mail", GINT_TO_POINTER (TRUE));
- box = gtk_vbox_new (FALSE, 2);
+ box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2);
w = gtk_check_button_new_with_label (_("Mail"));
gtk_toggle_button_set_active ((GtkToggleButton *) w, TRUE);