From d2710c4aab276c978def440a87c5a8a01c0d71fa Mon Sep 17 00:00:00 2001
From: Simon Schampijer <simon@schampijer.de>
Date: Sat, 13 Feb 2010 16:26:16 +0100
Subject: [PATCH] Use the correct icon for the 3G device
Organization: Sugar Labs Foundation

---
 extensions/deviceicon/network.py |    2 +-
 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):
-- 
1.6.6.1

