diff options
Diffstat (limited to 'src/disco.c')
-rw-r--r-- | src/disco.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/disco.c b/src/disco.c index 1a9cc14d6..c743be6a3 100644 --- a/src/disco.c +++ b/src/disco.c @@ -138,7 +138,7 @@ gabble_disco_class_init (GabbleDiscoClass *gabble_disco_class) G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, 0, NULL, NULL, - gabble_marshal_VOID__POINTER, + g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); signals[DONE] = @@ -147,7 +147,7 @@ gabble_disco_class_init (GabbleDiscoClass *gabble_disco_class) G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, 0, NULL, NULL, - gabble_marshal_VOID__VOID, + g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); } |