aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.c')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index bd3a121fd9..47088aae06 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -1485,10 +1485,10 @@ contact_list_editor_constructed (GObject *object)
e_name_selector_peek_model (editor->priv->name_selector),
"Members", _("_Members"), NULL);
- g_signal_connect (
+ e_signal_connect_notify (
editor, "notify::book",
G_CALLBACK (contact_list_editor_notify_cb), NULL);
- g_signal_connect (
+ e_signal_connect_notify (
editor, "notify::editable",
G_CALLBACK (contact_list_editor_notify_cb), NULL);