aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 7569e5a59d..323a82b4df 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -4261,6 +4261,9 @@ e_contact_editor_constructed (GObject *object)
GtkAction *action;
GError *error = NULL;
+ /* Chain up to parent's method. */
+ G_OBJECT_CLASS (parent_class)->constructed (object);
+
editor->priv->focus_tracker = e_focus_tracker_new (GTK_WINDOW (editor->priv->app));
editor->priv->ui_manager = gtk_ui_manager_new ();