GNOME Bugzilla – Bug 338561
Add context menu to the iPod source
Last modified: 2006-04-16 11:01:15 UTC
The attached patch adds a context menu to the iPod source with "eject" and "rename" menu items. It also marks the source as "renamable", and adds an "eject" toolbar item.
Created attachment 63544 [details] [review] Add eject and rename context menu items
ui manager stuff: when ipod support is a plugin, it should be done in the plugin initialisation. impl_get_ui_actions(): as of a few days ago, the list needs to have copies of the strings, not constant ones (required to be this way for language bindings) Apart from that, looks good.
Created attachment 63551 [details] [review] Updated patch, g_strdup the UIActions
Created attachment 63552 [details] [review] Changes to be done when the ipod source is pluginized (pluginified ?)
The first patch is in, so I'm moving the second patch to bug #338443