diff options
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r-- | mail/em-subscription-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c index 308c06bb29..c8b3c016e3 100644 --- a/mail/em-subscription-editor.c +++ b/mail/em-subscription-editor.c @@ -1761,7 +1761,7 @@ em_subscription_editor_init (EMSubscriptionEditor *editor) widget = gtk_notebook_new (); gtk_notebook_set_show_tabs (GTK_NOTEBOOK (widget), FALSE); gtk_notebook_set_show_border (GTK_NOTEBOOK (widget), FALSE); - gtk_container_add (GTK_CONTAINER (container), widget); + gtk_box_pack_start (GTK_BOX (container), widget, TRUE, TRUE, 0); editor->priv->notebook = widget; gtk_widget_show (widget); |