GNOME Bugzilla – Bug 137943
Can't remove bookmarks from win32 FileChooser
Last modified: 2004-12-22 21:47:04 UTC
Attempting to remove bookmarks from the win32 FileChooser has no effect (there's no error message and the bookmark is still displayed and remains in the bookmark file).
Created attachment 25881 [details] [review] Proposed fix
If you are not going to use the native Win32 API for bookmarks, maybe you should just steal the bookmarks code from GtkFileSystemUnix.
2004-03-22 J. Ali Harlow <ali@juiblex.co.uk> * gtk/gtkfilesystemwin32.c (bookmarks_serialize): Now actually removes bookmarks. Fixes bug #137943