GNOME Bugzilla – Bug 651931
Add "Add Bookmark" to the sidepane context menu
Last modified: 2011-06-15 15:03:41 UTC
Add an "Add Bookmark" menu item to the items in the sidepane that can be bookmarked.
Created attachment 189267 [details] [review] Add "Add Bookmark" to the sidepane context menu
Review of attachment 189267 [details] [review]: Thanks for the patch! I like the fact that you hide the context item for rows which are not volumes; I think it should also be hidden in the case when a bookmark for the mount is already present (or is this somehow done implicitly?).
I do not think it should be hidden in that case: it should be made insensitive. HIG says that available actions should always be present so that a user can learn about them, but be grayed out if not applicable in this particular state. That said, I did not do that (yet) because also the main menu "Add bookmark" sensitivity is not managed in any way, so I kept it consistent (it would be weird that the same action is grayed out when accessing it one way, but available from another). I think the sensitivity should be addressed in a second changeset for both places.
I pushed the patch and filed https://bugzilla.gnome.org/show_bug.cgi?id=652656 for the sensitivity