[Xfce4-commits] [apps/xfdashboard] 02/03: Use new scoring functions of XfdashboardCssSelector in plugins

noreply at xfce.org noreply at xfce.org
Fri Apr 28 10:40:27 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 097a6b9af7104bafd2dbefde6fe13b4cf05ee9e0
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri Apr 28 08:24:20 2017 +0200

    Use new scoring functions of XfdashboardCssSelector in plugins
---
 plugins/middle-click-window-close/middle-click-window-close.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/middle-click-window-close/middle-click-window-close.c b/plugins/middle-click-window-close/middle-click-window-close.c
index 355514e..f9cb9ea 100644
--- a/plugins/middle-click-window-close/middle-click-window-close.c
+++ b/plugins/middle-click-window-close/middle-click-window-close.c
@@ -103,7 +103,7 @@ static void _xfdashboard_middle_click_window_close_on_actor_created(XfdashboardM
 	/* Check if we are interested in this newly created actor and set it up */
 	if(XFDASHBOARD_IS_STYLABLE(inActor))
 	{
-		score=xfdashboard_css_selector_score_matching_stylable_node(priv->liveWindowSelector, XFDASHBOARD_STYLABLE(inActor));
+		score=xfdashboard_css_selector_score(priv->liveWindowSelector, XFDASHBOARD_STYLABLE(inActor));
 		if(score>0)
 		{
 			action=xfdashboard_click_action_new();

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


More information about the Xfce4-commits mailing list