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 310296 - [Breezy] diskmounter applet label drive as "CD-RW(null)"
[Breezy] diskmounter applet label drive as "CD-RW(null)"
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
2.11.x
Other All
: High minor
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
: 309537 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-13 23:22 UTC by Sebastien Bacher
Modified: 2005-07-23 22:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
fixes the issue (1.27 KB, patch)
2005-07-13 23:27 UTC, Sebastien Bacher
committed Details | Review

Description Sebastien Bacher 2005-07-13 23:22:36 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."
Comment 1 Sebastien Bacher 2005-07-13 23:27:51 UTC
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);
Comment 2 Sebastien Bacher 2005-07-17 11:22:42 UTC
*** Bug 309537 has been marked as a duplicate of this bug. ***
Comment 3 Christian Kellner 2005-07-23 22:28:35 UTC
Good catch. Commited. Thanks. Love your bug reports :)