[Xfce4-commits] [apps/xfdashboard] 07/10: Fix selecting next selectable actor in windows view

noreply at xfce.org noreply at xfce.org
Thu Jul 28 16:52:52 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 8ffcfa0a19fa21d93b2ab8dbf69a8746780f7b4e
Author: Stephan Haller <nomad at froevel.de>
Date:   Mon Jul 25 13:32:51 2016 +0200

    Fix selecting next selectable actor in windows view
---
 libxfdashboard/windows-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfdashboard/windows-view.c b/libxfdashboard/windows-view.c
index 9cd80e1..a9b1938 100644
--- a/libxfdashboard/windows-view.c
+++ b/libxfdashboard/windows-view.c
@@ -1606,7 +1606,7 @@ static ClutterActor* _xfdashboard_windows_view_focusable_find_selection(Xfdashbo
 
 		case XFDASHBOARD_SELECTION_TARGET_NEXT:
 			newSelection=clutter_actor_get_next_sibling(inSelection);
-			if(!selection) selection=clutter_actor_get_previous_sibling(inSelection);
+			if(!newSelection) newSelection=clutter_actor_get_previous_sibling(inSelection);
 			break;
 
 		case XFDASHBOARD_SELECTION_TARGET_PAGE_LEFT:

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


More information about the Xfce4-commits mailing list