diff options
Diffstat (limited to 'addressbook/gui/contact-editor/eab-editor.c')
-rw-r--r-- | addressbook/gui/contact-editor/eab-editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/eab-editor.c b/addressbook/gui/contact-editor/eab-editor.c index c5f55edad2..bea34db512 100644 --- a/addressbook/gui/contact-editor/eab-editor.c +++ b/addressbook/gui/contact-editor/eab-editor.c @@ -179,7 +179,7 @@ eab_editor_class_init (EABEditorClass *class) NULL, NULL, e_marshal_NONE__POINTER_OBJECT, G_TYPE_NONE, 2, - G_TYPE_INT, G_TYPE_OBJECT); + G_TYPE_POINTER, G_TYPE_OBJECT); signals[CONTACT_MODIFIED] = g_signal_new ("contact_modified", @@ -189,7 +189,7 @@ eab_editor_class_init (EABEditorClass *class) NULL, NULL, e_marshal_NONE__POINTER_OBJECT, G_TYPE_NONE, 2, - G_TYPE_INT, G_TYPE_OBJECT); + G_TYPE_POINTER, G_TYPE_OBJECT); signals[CONTACT_DELETED] = g_signal_new ("contact_deleted", @@ -199,7 +199,7 @@ eab_editor_class_init (EABEditorClass *class) NULL, NULL, e_marshal_NONE__POINTER_OBJECT, G_TYPE_NONE, 2, - G_TYPE_INT, G_TYPE_OBJECT); + G_TYPE_POINTER, G_TYPE_OBJECT); signals[EDITOR_CLOSED] = g_signal_new ("editor_closed", |