GNOME Bugzilla – Bug 156971
GtkFileChooserButton: Folder Mode
Last modified: 2004-12-22 21:47:04 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'.
Created attachment 33328 [details] [review] Fixes this bug in my tests...
Looks ok to me. Will you commit it ?
Committed to HEAD.