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 156971 - GtkFileChooserButton: Folder Mode
GtkFileChooserButton: Folder Mode
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-10-31 17:02 UTC by Dennis Cranston
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes this bug in my tests... (1.73 KB, patch)
2004-11-02 07:51 UTC, James Cape
none Details | Review

Description Dennis Cranston 2004-10-31 17:02:31 UTC
I recently commited code to cvs to use the gtk-file-chooser-button for the 'Look
in Folder' entry in gnome-search-tool.  It works very well, but I have
discovered one bug.  

1.  Run ./testfilechooserbutton
2.  Click the file-chooser-button for 'Select Folder'.
3.  Double click 'Home' from the shortcuts list and click the 
    'Open' button in the file chooser dialog.

    Note: Select Folder displays 'Home'.

4.  Click the file-chooser-button for 'Select Folder' again.
5.  Click the 'Cancel' button in the file chooser dialog.

    Note: Select Folder displays '/home'.

The Select Folder should be 'Home' not '/home'.
Comment 1 James Cape 2004-11-02 07:51:29 UTC
Created attachment 33328 [details] [review]
Fixes this bug in my tests...
Comment 2 Matthias Clasen 2004-11-03 06:42:33 UTC
Looks ok to me. Will you commit it ?
Comment 3 James Cape 2004-11-03 10:44:04 UTC
Committed to HEAD.