mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
Merge branch 'BUG_filechooserbutton_remote_GTK4' into 'master'
FileChooserButton: query 'display name' also for unbookmarked files Closes #1966 See merge request GNOME/gtk!1725
This commit is contained in:
commit
133461581f
@ -2250,7 +2250,8 @@ update_label_and_image (GtkFileChooserButton *button)
|
||||
}
|
||||
}
|
||||
|
||||
if (g_file_is_native (file))
|
||||
if (g_file_is_native (file) ||
|
||||
!_gtk_bookmarks_manager_has_bookmark (button->bookmarks_manager, file))
|
||||
{
|
||||
button->update_button_cancellable =
|
||||
_gtk_file_system_get_info (button->fs, file,
|
||||
|
Loading…
Reference in New Issue
Block a user