Skip to content

Fix for issue #2497, see #2497

Eivind Næss requested to merge (removed):gtk-3-24 into gtk-3-24

The 'selection-changed' signal is emitted unconditionally, even in the case when there is no selection to be cleared. As a result, the subscriber receives the initial signal and if he calls gtk_file_chooser_get_uri(), no value is currently selected.

Merge request reports