Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-16 10:58:40 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-16 10:58:40 (GMT)
commita79a3198c589b3b701aaa1e2a1ef1eaf0a458f41 (patch)
treeea63468ffec3bcc60d3616fefd27c96e8192071a /shell/view/home
parente95e786432cd4385cf6dd86bec2d21538d0ffff5 (diff)
Adapt to devices icon name changes.
Diffstat (limited to 'shell/view/home')
-rw-r--r--shell/view/home/MeshBox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index e632770..ff6d290 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -36,7 +36,7 @@ from view.BuddyIcon import BuddyIcon
from view.pulsingicon import PulsingIcon
from view.home.snowflakelayout import SnowflakeLayout
-_ICON_NAME = 'device-network-wireless'
+_ICON_NAME = 'network-wireless'
class AccessPointView(PulsingIcon):
def __init__(self, model):
@@ -116,7 +116,7 @@ class AccessPointView(PulsingIcon):
]
-_MESH_ICON_NAME = 'theme:device-network-mesh'
+_MESH_ICON_NAME = 'theme:network-mesh'
class MeshDeviceView(PulsingIcon):
def __init__(self, nm_device):