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

« back to all changes in this revision

Viewing changes to libwidgets/View/BreadcrumbsEntry.vala

merge various-fixes-part4-fix-network-drag-drop-copy-paste r2049

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
            GOF.File? file;
490
490
            var el = get_element_from_coordinates (x, y);
491
491
            if (el != null) {
492
 
                file = GOF.File.get (GLib.File.new_for_path (get_path_from_element (el)));
 
492
                file = GOF.File.get (GLib.File.new_for_commandline_arg (get_path_from_element (el)));
493
493
                file.ensure_query_info ();
494
494
                return file;
495
495
            }