[gnome-shell] status/network: Fix another StIconType regression



commit 9627864ca896854942f712757dbaf9272ff7ba2c
Author: Florian MÃllner <fmuellner gnome org>
Date:   Thu Sep 13 20:30:38 2012 +0200

    status/network: Fix another StIconType regression

 js/ui/status/network.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index c36ceb3..89aa63d 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -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();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]