Skip to content

Commit 5200838

Browse files
committed
pathbar: Activate pane when changing location
1 parent f19255f commit 5200838

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/caja-navigation-window-pane.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ path_bar_location_changed_callback (GtkWidget *widget,
201201

202202
slot = CAJA_NAVIGATION_WINDOW_SLOT (win_pane->active_slot);
203203

204+
/* Make sure we are changing the location on the correct pane */
205+
caja_window_set_active_pane (CAJA_WINDOW_PANE (pane)->window, CAJA_WINDOW_PANE (pane));
206+
204207
/* check whether we already visited the target location */
205208
i = bookmark_list_get_uri_index (slot->back_list, location);
206209
if (i >= 0)

0 commit comments

Comments
 (0)