~jeremywootten/pantheon-files/fix-backspace-in-columnv-view

« back to all changes in this revision

Viewing changes to src/View/Miller.vala

merge various-fixes-part2-fix-prepare-network-location r2046

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
        public override void set_frozen_state (bool freeze) {
517
517
            current_slot.set_frozen_state (freeze);
518
518
        }
 
519
 
 
520
        public override FileInfo? lookup_file_info (GLib.File loc) {
 
521
            return current_slot.lookup_file_info (loc);
 
522
        }
519
523
    }
520
524
}