File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -536,7 +536,6 @@ public class Files.View.Window : Hdy.ApplicationWindow {
536536 loading_uri (current_container. uri);
537537 current_container. set_active_state (true , false ); /* changing tab should not cause animated scrolling */
538538 sidebar. sync_uri (current_container. uri);
539- location_bar. sensitive = ! current_container. is_frozen;
540539 save_active_tab_position ();
541540 }
542541
@@ -1385,7 +1384,6 @@ public class Files.View.Window : Hdy.ApplicationWindow {
13851384 set_forward_menu (current_container. get_go_forward_path_list ());
13861385 button_back. sensitive = current_container. can_go_back;
13871386 button_forward. sensitive = (current_container. can_show_folder && current_container. can_go_forward);
1388- location_bar. sensitive = ! current_container. is_loading;
13891387
13901388 /* Update viewmode switch, action state and settings */
13911389 var mode = current_container. view_mode;
You can’t perform that action at this time.
0 commit comments