From 3619f72800e135973f3a2bf615fe7827ab06273d Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 22 Aug 2018 22:17:00 -0400 Subject: pathbar: Activate pane when changing location --- src/caja-navigation-window-pane.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/caja-navigation-window-pane.c b/src/caja-navigation-window-pane.c index 84ae7f11..71d666a5 100644 --- a/src/caja-navigation-window-pane.c +++ b/src/caja-navigation-window-pane.c @@ -203,6 +203,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) -- cgit v1.2.1