GNOME Bugzilla – Bug 161671
GtkFileChooser unable to distinguish between aliases for bookmarks
Last modified: 2009-06-12 19:36:18 UTC
GTK+ 2.4.13-1 from debian unstable Using gtk_file_chooser_set_current_folder, if I use "/home/vektor" it opens with the [Home] bookmark. However, if I use "/home/vektor/" then I get [FS][home][vektor]. Similarly if I use "/home/vektor/.". I believe these should all behave the same as the root alias "/home/vektor".
And for this one too, is it still true now that we use GIO? Thanks!
This doesn't happen anymore; I just added an --initial-folder option to testfilechooser.c to test this, and it appears to be fine.