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 /addressbook/gui | |
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 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-quick-add.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 52277488d1..7569e5a59d 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -4140,7 +4140,6 @@ e_contact_editor_init (EContactEditor *e_contact_editor) e_builder_get_widget (builder, "contact editor"); widget = e_contact_editor->priv->app; - gtk_widget_ensure_style (widget); gtk_window_set_type_hint ( GTK_WINDOW (widget), GDK_WINDOW_TYPE_HINT_NORMAL); container = gtk_dialog_get_action_area (GTK_DIALOG (widget)); diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c index b6bbccd31e..dbcdd563a8 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.c +++ b/addressbook/gui/contact-editor/e-contact-quick-add.c @@ -456,8 +456,6 @@ build_quick_add_dialog (QuickAdd *qa) _("_OK"), GTK_RESPONSE_OK, NULL); - gtk_widget_ensure_style (dialog); - container = gtk_dialog_get_action_area (GTK_DIALOG (dialog)); gtk_container_set_border_width (GTK_CONTAINER (container), 12); container = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); |