aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/em-folder-properties.c2
-rw-r--r--mail/mail-send-recv.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c
index 4fd18ac997..908d5a7b36 100644
--- a/mail/em-folder-properties.c
+++ b/mail/em-folder-properties.c
@@ -418,8 +418,6 @@ emfp_dialog_run (AsyncContext *context)
_("_Close"), GTK_RESPONSE_OK, NULL);
gtk_window_set_default_size ((GtkWindow *) dialog, 192, 160);
- gtk_widget_ensure_style (dialog);
-
content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
gtk_container_set_border_width (GTK_CONTAINER (content_area), 12);
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 87a1957552..6530043e53 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -636,8 +636,6 @@ build_dialog (GtkWindow *parent,
"/org/gnome/evolution/mail/send-recv-window/",
E_RESTORE_WINDOW_SIZE);
- gtk_widget_ensure_style ((GtkWidget *) gd);
-
container = gtk_dialog_get_action_area (gd);
gtk_container_set_border_width (GTK_CONTAINER (container), 6);