ESourceList: Fix signal registrations.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 30 Aug 2010 12:31:22 +0000 (08:31 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 30 Aug 2010 12:32:19 +0000 (08:32 -0400)
Possibly related to bug #623933.

libedataserver/e-source-list.c

index 62f75b0..029c908 100644 (file)
@@ -311,7 +311,7 @@ e_source_list_class_init (ESourceListClass *class)
                              NULL, NULL,
                              g_cclosure_marshal_VOID__OBJECT,
                              G_TYPE_NONE, 1,
-                             G_TYPE_POINTER);
+                             E_TYPE_SOURCE_GROUP);
 
        signals[GROUP_ADDED] =
                g_signal_new ("group_added",
@@ -321,7 +321,7 @@ e_source_list_class_init (ESourceListClass *class)
                              NULL, NULL,
                              g_cclosure_marshal_VOID__OBJECT,
                              G_TYPE_NONE, 1,
-                             G_TYPE_POINTER);
+                             E_TYPE_SOURCE_GROUP);
 }
 
 static void