GNOME Bugzilla – Bug 152391
Nautilus says "Eject" instead of "Unmount" when referring to network folder volume in "Can't Delete Volume" dialog
Last modified: 2005-03-25 15:16:00 UTC
When I drag a remote folder (created with "Connect To Server...") to the Trash, a dialog comes up which says: You cannot delete a volume icon. If you want to eject the volume, please use Eject in the right-click menu of the volume. However, there is no Eject menu item in the context menu for the icon. Instead, there is only "Unmount Volume." The dialog's text should be changed.
There is a proposed patch in bug 154283 that should resolve this issue.
This bug still needs a patch even though the one in bug 154283 was rejected.
There is a patch to fix this in bug 152389, comment #6 (http://bugzilla.gnome.org/attachment.cgi?id=32813&action=view).
Created attachment 35375 [details] [review] The proposed patch from bug 154283.
Comment on attachment 35375 [details] [review] The proposed patch from bug 154283. The patch leaks a volume ref and the link display name. Perhaps using an eject_for_type() function like in the directory and tree view would make it a bit more readable. Thanks & Sorry for the long delay.
2005-03-25 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-desktop-link-monitor.c: (eject_for_type), (volume_delete_dialog), (nautilus_desktop_link_monitor_delete_link): Reference the proper context menu item in the volume delete dialog of network volumes. Fixes bug #152391. Patch from Dennis Cranston <dennis_cranston@yahoo.com>