[Xfce4-commits] [apps/xfdashboard] 02/03: Remove action when actor is disposed because adding it does not make any sense ; )

noreply at xfce.org noreply at xfce.org
Tue May 2 17:02:10 CEST 2017


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit c0ef54d3c5e36bc2c591b4e040636e5cb62e2578
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue May 2 16:42:11 2017 +0200

    Remove action when actor is disposed because adding it does not make any sense ;)
---
 libxfdashboard/live-workspace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfdashboard/live-workspace.c b/libxfdashboard/live-workspace.c
index 850e6d0..a3f5ab6 100644
--- a/libxfdashboard/live-workspace.c
+++ b/libxfdashboard/live-workspace.c
@@ -820,7 +820,7 @@ static void _xfdashboard_live_workspace_dispose(GObject *inObject)
 
 	if(priv->clickAction)
 	{
-		clutter_actor_add_action(CLUTTER_ACTOR(self), priv->clickAction);
+		clutter_actor_remove_action(CLUTTER_ACTOR(self), priv->clickAction);
 		priv->clickAction=NULL;
 	}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list