GNOME Bugzilla – Bug 171264
implement bookmark renaming in GtkFileSystemGnomeVfs
Last modified: 2005-06-21 14:21:23 UTC
Please describe the problem: GtkFileSystem has two new vfuncs, get_bookmark_label and set_bookmark_label which must be implemented for that. Since GtkFileSystemGnomeVfs shares the .gtk-bookmarks file with GtkFileSystemUnix, this should be done in the same way as in the unix backend, by putting the (optional) label on the same line as the uri, separated by a space (which can't occur in a uri anyway). Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 48097 [details] [review] a patch This patch copies the corresponding changes from the unix backend.
2005-06-21 Matthias Clasen <mclasen@redhat.com> * file-chooser/gtkfilesystemgnomevfs.c: Implement bookmark renaming. (#171264)