Bugfix in the signals
[modest] / src / modest-tny-account-store.c
index 5d4ea55..d00a6d0 100644 (file)
@@ -205,7 +205,7 @@ modest_tny_account_store_base_init (gpointer g_class)
                                      G_SIGNAL_RUN_FIRST,
                                      G_STRUCT_OFFSET (ModestTnyAccountStoreClass, account_changed),
                                      NULL, NULL,
-                                     g_cclosure_marshal_VOID__POINTER,
+                                     g_cclosure_marshal_VOID__OBJECT,
                                      G_TYPE_NONE, 1, TNY_TYPE_ACCOUNT);
 
                signals[ACCOUNT_INSERTED_SIGNAL] =
@@ -214,7 +214,7 @@ modest_tny_account_store_base_init (gpointer g_class)
                                      G_SIGNAL_RUN_FIRST,
                                      G_STRUCT_OFFSET (ModestTnyAccountStoreClass, account_inserted),
                                      NULL, NULL,
-                                     g_cclosure_marshal_VOID__POINTER,
+                                     g_cclosure_marshal_VOID__OBJECT,
                                      G_TYPE_NONE, 1, TNY_TYPE_ACCOUNT);
                
                signals[ACCOUNT_REMOVED_SIGNAL] =
@@ -223,7 +223,7 @@ modest_tny_account_store_base_init (gpointer g_class)
                                      G_SIGNAL_RUN_FIRST,
                                      G_STRUCT_OFFSET (ModestTnyAccountStoreClass, account_removed),
                                      NULL, NULL,
-                                     g_cclosure_marshal_VOID__POINTER,
+                                     g_cclosure_marshal_VOID__OBJECT,
                                      G_TYPE_NONE, 1, TNY_TYPE_ACCOUNT);
                
 /*             signals[TNY_ACCOUNT_STORE_CONNECTING_FINISHED] = */