From cb55d59b7122e8d06f75c5318910b1b8113d3aac Mon Sep 17 00:00:00 2001 From: danigm Date: Thu, 13 Jan 2011 11:00:42 +0100 Subject: [PATCH] Using scroll_to_path instead of set_cursor in sidebar To prevent the sidebar to get the focus when selected thumbnail changes. Fixes bug #639408. --- shell/ev-sidebar-thumbnails.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c index a860c5e1..390e14fa 100644 --- a/shell/ev-sidebar-thumbnails.c +++ b/shell/ev-sidebar-thumbnails.c @@ -725,7 +725,7 @@ ev_sidebar_thumbnails_set_current_page (EvSidebarThumbnails *sidebar, (sidebar->priv->icon_view, G_CALLBACK (ev_sidebar_icon_selection_changed), sidebar); - gtk_icon_view_set_cursor (GTK_ICON_VIEW (sidebar->priv->icon_view), path, NULL, FALSE); + gtk_icon_view_scroll_to_path (GTK_ICON_VIEW (sidebar->priv->icon_view), path, FALSE, 0.0, 0.0); } gtk_tree_path_free (path); -- 2.43.0