[evolution/gnome-3-0] Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modified



commit 525406b7790317ed5f63d1b67ad168c012d4dec9
Author: Milan Crha <mcrha redhat com>
Date:   Tue Apr 19 14:17:11 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]