drive-menu: use media-eject icon instead of media-optical
Most of time, this extension is used with pluggable USB drives and keys. It doesn't make sense to show a CD for those.
This commit is contained in:
@@ -55,7 +55,7 @@ DriveMenu.prototype = {
|
||||
|
||||
_init: function() {
|
||||
// is 'media-eject' better?
|
||||
PanelMenu.SystemStatusButton.prototype._init.call(this, 'media-optical');
|
||||
PanelMenu.SystemStatusButton.prototype._init.call(this, 'media-eject');
|
||||
|
||||
this._manager = Main.placesManager;
|
||||
this._manager.connect('mounts-updated', Lang.bind(this, this._update));
|
||||
|
||||
Reference in New Issue
Block a user