After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574514 - Incoherent behaviour when canceling a file chooser dialog attached to a file chooser button
Incoherent behaviour when canceling a file chooser dialog attached to a file ...
Status: RESOLVED DUPLICATE of bug 691040
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2009-03-08 00:04 UTC by Simon van der Linden
Modified: 2013-09-23 20:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon van der Linden 2009-03-08 00:04:35 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)
Comment 1 Federico Mena Quintero 2013-09-23 20:48:32 UTC

*** This bug has been marked as a duplicate of bug 691040 ***