Bugfix in the signals sessionwork
authorPhilip Van Hoof <philip@codeminded.be>
Mon, 30 Jul 2007 11:47:03 +0000 (11:47 +0000)
committerPhilip Van Hoof <philip@codeminded.be>
Mon, 30 Jul 2007 11:47:03 +0000 (11:47 +0000)
pmo-sessionwork-r2848

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] = */