[Xfce4-commits] [apps/xfdashboard] 01/01: Fix signal signature (closure) for signal "actor-created" at XfdashboardStage.
noreply at xfce.org
noreply at xfce.org
Tue Feb 6 16:38:50 CET 2018
This is an automated email from the git hooks/post-receive script.
n o m a d p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfdashboard.
commit ab61859bb14c7eb7b71125546dfc1c447aba9f46
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Feb 6 16:37:35 2018 +0100
Fix signal signature (closure) for signal "actor-created" at XfdashboardStage.
This commit fixes for issue GH #165
---
libxfdashboard/stage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfdashboard/stage.c b/libxfdashboard/stage.c
index f0593ab..d39266a 100644
--- a/libxfdashboard/stage.c
+++ b/libxfdashboard/stage.c
@@ -1845,7 +1845,7 @@ static void xfdashboard_stage_class_init(XfdashboardStageClass *klass)
G_STRUCT_OFFSET(XfdashboardStageClass, actor_created),
NULL,
NULL,
- g_cclosure_marshal_VOID__VOID,
+ g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE,
1,
CLUTTER_TYPE_ACTOR);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list