[Xfce4-commits] [apps/xfdashboard] 02/10: Use correct macro to return value even if both macros define the same value

noreply at xfce.org noreply at xfce.org
Thu Jul 28 16:52:47 CEST 2016


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

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

commit e6e6d49fa2e799939091e7b0842b29705c3c7c2d
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu Jul 21 10:04:30 2016 +0200

    Use correct macro to return value even if both macros define the same value
---
 libxfdashboard/tooltip-action.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfdashboard/tooltip-action.c b/libxfdashboard/tooltip-action.c
index 54a3471..fa6f5a1 100644
--- a/libxfdashboard/tooltip-action.c
+++ b/libxfdashboard/tooltip-action.c
@@ -161,7 +161,7 @@ static gboolean _xfdashboard_tooltip_action_on_captured_event_after_tooltip(Xfda
 {
 	gboolean		doHide;
 
-	g_return_val_if_fail(XFDASHBOARD_IS_TOOLTIP_ACTION(self), G_SOURCE_REMOVE);
+	g_return_val_if_fail(XFDASHBOARD_IS_TOOLTIP_ACTION(self), CLUTTER_EVENT_PROPAGATE);
 	g_return_val_if_fail(XFDASHBOARD_IS_STAGE(inUserData), CLUTTER_EVENT_PROPAGATE);
 
 	/* Check if tooltip should be hidden depending on event type */

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


More information about the Xfce4-commits mailing list