GNOME Bugzilla – Bug 443367
RBRemovableMediaSource without a volume
Last modified: 2007-06-03 01:17:37 UTC
Right now if you try to create a RBRemovableMediaSource without a volume rhythmbox will crash. RBRemovableMediaSource hold much common functionality useful for devices that doesn't have a GnomeVFS volume, e.g the mtp devices. To use that common functionality RBRemovableMediaSource must be able to function without a GnomeVFS volume.
Created attachment 89260 [details] [review] Initial patch Initial patch to solve the problem. The only information that is extracted from the GnomeVFS volume is its name and icon. If there is no volume I used the volume name "Unknown" and the icon "multimedia-player", I thought those were appropriate.
Committed to svn, thanks.