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:
Giovanni Campagna
2011-12-08 23:07:17 +01:00
parent 5006a926b5
commit 48d2d8789d
+1 -1
View File
@@ -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));