status/network: Fix another StIconType regression

This commit is contained in:
Florian Müllner 2012-09-13 20:30:38 +02:00
parent 2a8625ffae
commit 9627864ca8

View File

@ -1562,7 +1562,7 @@ const NMApplet = new Lang.Class({
Extends: PanelMenu.SystemStatusButton,
_init: function() {
this.parent('network-offline', _('Network'));
this.parent('network-offline-symbolic', _('Network'));
this.secondaryIcon = this.addIcon(new Gio.ThemedIcon({ name: 'network-vpn-symbolic' }));
this.secondaryIcon.hide();