diff options
author | Milan Crha <mcrha@redhat.com> | 2014-07-10 17:11:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-07-10 17:12:19 +0800 |
commit | 3c6f0c119aed61e7791cf5031b982ee270130611 (patch) | |
tree | 77f4b3e4e28f4c4b0c8554f56a3b115404c5fd09 /e-util/e-source-selector-dialog.c | |
parent | bcd0f3b0d90dae28135b9a82ff42f8843485fd35 (diff) | |
download | gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.gz gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.bz2 gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.lz gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.xz gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.tar.zst gsoc2013-evolution-3c6f0c119aed61e7791cf5031b982ee270130611.zip |
Remove usages of deprecated gtk_widget_ensure_style()
Diffstat (limited to 'e-util/e-source-selector-dialog.c')
-rw-r--r-- | e-util/e-source-selector-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-source-selector-dialog.c b/e-util/e-source-selector-dialog.c index 12160a26de..f08c319a77 100644 --- a/e-util/e-source-selector-dialog.c +++ b/e-util/e-source-selector-dialog.c @@ -339,7 +339,6 @@ e_source_selector_dialog_init (ESourceSelectorDialog *dialog) gtk_window_set_title (GTK_WINDOW (dialog), _("Select destination")); gtk_window_set_default_size (GTK_WINDOW (dialog), 320, 240); - gtk_widget_ensure_style (GTK_WIDGET (dialog)); gtk_container_set_border_width (GTK_CONTAINER (content_area), 0); gtk_container_set_border_width (GTK_CONTAINER (action_area), 12); |