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 543732 - GtkFileChooserButton doesn't send "file-set" signal when user click an entry in location menu
GtkFileChooserButton doesn't send "file-set" signal when user click an entry ...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
: 535885 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-07-19 13:55 UTC by Philippe Rouquier
Modified: 2013-09-23 20:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Philippe Rouquier 2008-07-19 13:55:39 UTC
Sorry if this is not a bug or if it has been fixed but as the title says, I don't get any "file-set" signal when a user clicks on one of the entries in the menu that appears after a GtkFileChooserButton is clicked.
I only get such a signal when a user selects a file (and validate his choice) from the GtkFileChooserDialog that appears after selecting "Other..." (rought translation) from the menu.
The API says:
"The ::file-set signal is emitted when the user selects a file."
and it seems to me that's the case.

Using GTK+ 2.12.11 in Fedora 9
Comment 1 Danielle Madeley 2008-10-07 07:15:22 UTC
file-set should be emitted when the user clicks 'Open', 'Save', etc. Otherwise I think you want ::selection-changed.
Comment 2 Federico Mena Quintero 2013-09-23 20:16:38 UTC
This is fixed since bug #691040 was fixed.
Comment 3 Federico Mena Quintero 2013-09-23 20:19:27 UTC
*** Bug 535885 has been marked as a duplicate of this bug. ***