Skip to content

GtkFileChooser: fix entering location from recent mode

Nelson Ben requested to merge BUG_filechooser_recent_location into gtk-3-24

Fix regression from commit c99935a5

We need the g_signal_emit_by_name() bit from reset_location_timeout() for OPEN_FOLDER in recent files to sensitivize the Open button.

Fixes issue #3277

Edited by Nelson Ben

Merge request reports