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 171264 - implement bookmark renaming in GtkFileSystemGnomeVfs
implement bookmark renaming in GtkFileSystemGnomeVfs
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: file-chooser
CVS HEAD
Other All
: Normal normal
: future
Assigned To: Alexander Larsson
Alexander Larsson
Depends on:
Blocks:
 
 
Reported: 2005-03-22 20:26 UTC by Matthias Clasen
Modified: 2005-06-21 14:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
a patch (4.54 KB, patch)
2005-06-21 14:18 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2005-03-22 20:26:55 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:
Comment 1 Matthias Clasen 2005-06-21 14:18:10 UTC
Created attachment 48097 [details] [review]
a patch

This patch copies the corresponding changes from the unix backend.
Comment 2 Matthias Clasen 2005-06-21 14:21:23 UTC
2005-06-21  Matthias Clasen  <mclasen@redhat.com>

	* file-chooser/gtkfilesystemgnomevfs.c: Implement bookmark 
	renaming.  (#171264)