From d2710c4aab276c978def440a87c5a8a01c0d71fa Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Sat, 13 Feb 2010 15:26:16 +0000 Subject: Use the correct icon for the 3G device --- 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): -- cgit v0.9.1