[Xfce4-commits] <xfdesktop:master> Fix keyboard cursor movement in the icon view
Eric Koegel
noreply at xfce.org
Mon Jan 13 08:46:01 CET 2014
Updating branch refs/heads/master
to 0ab5c4185fa9d9a97c330267ad668107147c1fff (commit)
from ae085d7a1b961870b70e0b22916d7cae67b992eb (commit)
commit 0ab5c4185fa9d9a97c330267ad668107147c1fff
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Jan 13 10:43:50 2014 +0300
Fix keyboard cursor movement in the icon view
src/xfdesktop-icon-view.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index ee39f82..fc5af70 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -2530,9 +2530,6 @@ xfdesktop_icon_view_real_move_cursor(XfdesktopIconView *icon_view,
if(count == 0)
return FALSE;
- if(gtk_widget_has_focus(GTK_WIDGET(icon_view)))
- return FALSE;
-
gtk_widget_grab_focus(GTK_WIDGET(icon_view));
gtk_get_current_event_state(&modmask);
More information about the Xfce4-commits
mailing list