Skip to content

Commit 3619f72

Browse files
vkarehsc0w
authored andcommitted
pathbar: Activate pane when changing location
1 parent c455418 commit 3619f72

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
@@ -203,6 +203,9 @@ path_bar_location_changed_callback (GtkWidget *widget,
203203

204204
slot = CAJA_NAVIGATION_WINDOW_SLOT (win_pane->active_slot);
205205

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

0 commit comments

Comments
 (0)