GNOME Bugzilla – Bug 574514
Incoherent behaviour when canceling a file chooser dialog attached to a file chooser button
Last modified: 2013-09-23 20:48:32 UTC
I set up a simple FileChooserButton (with the default constructor). If I set the file name with the gtk_file_chooser_set_filename method , it appears as if the user would have selected it, but then, if I click on the button again, but close the dialog by clicking on the "cancel" button instead, the file is deselected. However, if the user would have selected the file, doing the same action would not deselect the file (which is the expected behaviour). (I hope it is clear; sorry for my English)
*** This bug has been marked as a duplicate of bug 691040 ***