GNOME Bugzilla – Bug 310296
[Breezy] diskmounter applet label drive as "CD-RW(null)"
Last modified: 2005-07-23 22:28:35 UTC
This bug has been opened here: "The Diskmounter applet display my CD-RW drive (HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive) with the label "CD-RW(null) Drive". This occur in the applet tooltip while the drive is either unmounted or mounted, and also when I click on the applet and get various choices of action (Open, mount, or eject). Not sure where the word "null" comes from, but it would look nicer if it wasn't there."
Created attachment 49131 [details] [review] fixes the issue The issue is from libgnomevfs/gnome-vfs-hal-mounts.c line 399: name = g_strdup_printf (_("%s%s%s Drive"), first, second != NULL ? sep : "", second);
*** Bug 309537 has been marked as a duplicate of this bug. ***
Good catch. Commited. Thanks. Love your bug reports :)