gdm: Fix powerMenu icon name

Fallout from commit c21b1e5fe0
This commit is contained in:
Debarshi Ray 2012-09-02 14:47:59 +02:00
parent 8f4f8fccdb
commit 833cb2556b

View File

@ -31,7 +31,7 @@ const PowerMenuButton = new Lang.Class({
Extends: PanelMenu.SystemStatusButton,
_init: function() {
this.parent('system-shutdown', null);
this.parent('system-shutdown-symbolic', null);
this._upClient = new UPowerGlib.Client();
this._loginManager = LoginManager.getLoginManager();