Skip to content

Commit

Permalink
pathbar: Activate pane when changing location
Browse files Browse the repository at this point in the history
  • Loading branch information
vkareh committed Aug 25, 2018
1 parent f19255f commit 5200838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/caja-navigation-window-pane.c
Expand Up @@ -201,6 +201,9 @@ path_bar_location_changed_callback (GtkWidget *widget,

slot = CAJA_NAVIGATION_WINDOW_SLOT (win_pane->active_slot);

/* Make sure we are changing the location on the correct pane */
caja_window_set_active_pane (CAJA_WINDOW_PANE (pane)->window, CAJA_WINDOW_PANE (pane));

/* check whether we already visited the target location */
i = bookmark_list_get_uri_index (slot->back_list, location);
if (i >= 0)
Expand Down

0 comments on commit 5200838

Please sign in to comment.