Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-02-13 15:26:16 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-02-13 15:26:16 (GMT)
commitd2710c4aab276c978def440a87c5a8a01c0d71fa (patch)
treef5c25b9a6e066a3511921f3d428cdf629c2c028e /extensions
parent9d06317f6c0753b8d94b437bdb6005a584becdf0 (diff)
Use the correct icon for the 3G device
Diffstat (limited to 'extensions')
-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):