forked from AuroraMiddleware/gtk
Merge branch 'bgo593793-filechooser-recent-folders-master'
This commit is contained in:
commit
432b7ee2bc
@ -9023,7 +9023,8 @@ gtk_file_chooser_default_initial_focus (GtkFileChooserEmbed *chooser_embed)
|
||||
if (impl->action == GTK_FILE_CHOOSER_ACTION_OPEN ||
|
||||
impl->action == GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER)
|
||||
{
|
||||
if (impl->location_mode == LOCATION_MODE_PATH_BAR)
|
||||
if (impl->location_mode == LOCATION_MODE_PATH_BAR
|
||||
|| impl->operation_mode == OPERATION_MODE_RECENT)
|
||||
widget = impl->browse_files_tree_view;
|
||||
else
|
||||
widget = impl->location_entry;
|
||||
|
Loading…
Reference in New Issue
Block a user