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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 28443887f5..2330daf063 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -199,7 +199,7 @@ e_contact_editor_class_init (EContactEditorClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (EContactEditorClass, card_added),
NULL, NULL,
- ece_marshal_NONE__INT_OBJECT,
+ e_contact_editor_marshal_NONE__INT_OBJECT,
G_TYPE_NONE, 2,
G_TYPE_INT, G_TYPE_OBJECT);
@@ -209,7 +209,7 @@ e_contact_editor_class_init (EContactEditorClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (EContactEditorClass, card_modified),
NULL, NULL,
- ece_marshal_NONE__INT_OBJECT,
+ e_contact_editor_marshal_NONE__INT_OBJECT,
G_TYPE_NONE, 2,
G_TYPE_INT, G_TYPE_OBJECT);
@@ -219,7 +219,7 @@ e_contact_editor_class_init (EContactEditorClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (EContactEditorClass, card_deleted),
NULL, NULL,
- ece_marshal_NONE__INT_OBJECT,
+ e_contact_editor_marshal_NONE__INT_OBJECT,
G_TYPE_NONE, 2,
G_TYPE_INT, G_TYPE_OBJECT);
@@ -229,7 +229,7 @@ e_contact_editor_class_init (EContactEditorClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (EContactEditorClass, editor_closed),
NULL, NULL,
- ece_marshal_NONE__NONE,
+ e_contact_editor_marshal_NONE__NONE,
G_TYPE_NONE, 0);
}