Skip to content
  • Nelson Ben's avatar
    FileChooserButton: query 'display name' also for unbookmarked files · b01f371c
    Nelson Ben authored
    Do also the async file info query for remote files when they
    are not bookmarked, because otherwise "None" will be shown as
    file name (and fallback text generic icon will be used).
    
    The remote file was already browsed by the file chooser
    instance when selecting it, so querying the display name
    again should be using gio cache and not be slow.
    
    Even if it's were slow it's better than showing 'None'
    which makes it seem as if nothing was selected.
    
    Fixes #1966
    b01f371c