aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r--mail/em-subscription-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c
index 69e1271e5f..bb4a74aa39 100644
--- a/mail/em-subscription-editor.c
+++ b/mail/em-subscription-editor.c
@@ -1688,7 +1688,7 @@ em_subscription_editor_init (EMSubscriptionEditor *editor)
container = gtk_dialog_get_content_area (GTK_DIALOG (editor));
- widget = gtk_vbox_new (FALSE, 12);
+ widget = gtk_box_new (GTK_ORIENTATION_VERTICAL, 12);
gtk_container_set_border_width (GTK_CONTAINER (widget), 5);
gtk_box_pack_start (GTK_BOX (container), widget, TRUE, TRUE, 0);
gtk_widget_show (widget);
@@ -1758,7 +1758,7 @@ em_subscription_editor_init (EMSubscriptionEditor *editor)
container = box;
- widget = gtk_hbox_new (FALSE, 6);
+ widget = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_box_pack_start (GTK_BOX (container), widget, TRUE, TRUE, 0);
gtk_widget_show (widget);