[evolution] Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modified
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modified
- Date: Tue, 19 Apr 2011 12:17:03 +0000 (UTC)
commit db35e41399743917106625476ba12b6a5776c056
Author: Milan Crha <mcrha redhat com>
Date: Tue Apr 19 14:16:34 2011 +0200
Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modified
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 c5f55ed..bea34db 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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]