Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/deviceicon/network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index 2e3671b..af7fe6c 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -714,7 +714,7 @@ class WiredDeviceView(TrayIcon):
class GsmDeviceView(TrayIcon):
- _ICON_NAME = 'gsm-device'
+ _ICON_NAME = 'network-gsm'
FRAME_POSITION_RELATIVE = 303
def __init__(self, device):