Skip to content

Commit

Permalink
EContactEditorFullName - Do not realize the dialog in init()
Browse files Browse the repository at this point in the history
That shows a runtime warning on the console, that the taskbar cannot
be set on already realized windows.
  • Loading branch information
mcrha committed Mar 9, 2015
1 parent 4fa26ca commit 8fc3200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addressbook/gui/contact-editor/e-contact-editor-fullname.c
Expand Up @@ -214,7 +214,6 @@ e_contact_editor_fullname_init (EContactEditorFullname *e_contact_editor_fullnam
action_area = gtk_dialog_get_action_area (dialog);
content_area = gtk_dialog_get_content_area (dialog);

gtk_widget_realize (GTK_WIDGET (e_contact_editor_fullname));
gtk_container_set_border_width (GTK_CONTAINER (action_area), 12);
gtk_container_set_border_width (GTK_CONTAINER (content_area), 0);

Expand Down

0 comments on commit 8fc3200

Please sign in to comment.