[gnome-shell] status/network: Fix VPN symbolic icon
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] status/network: Fix VPN symbolic icon
- Date: Thu, 30 Aug 2012 19:39:06 +0000 (UTC)
commit 2f3df71cc19a61d151df1ce9f31bbc98784c44d4
Author: Rui Matos <tiagomatos gmail com>
Date: Thu Aug 30 21:29:18 2012 +0200
status/network: Fix VPN symbolic icon
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 980563e..dc44ffa 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -2174,7 +2174,7 @@ const NMApplet = new Lang.Class({
// update VPN indicator
if (this._vpnConnection) {
- let vpnIconName = 'network-vpn';
+ let vpnIconName = 'network-vpn-symbolic';
if (this._vpnConnection.state == NetworkManager.ActiveConnectionState.ACTIVATING)
vpnIconName = 'network-vpn-acquiring';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]