Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/devices/network/wired.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/devices/network/wired.py')
-rw-r--r--shell/view/devices/network/wired.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/devices/network/wired.py b/shell/view/devices/network/wired.py
index e2b9ce3..662c672 100644
--- a/shell/view/devices/network/wired.py
+++ b/shell/view/devices/network/wired.py
@@ -19,4 +19,4 @@ from view.devices import deviceview
class DeviceView(deviceview.DeviceView):
def __init__(self, model):
deviceview.DeviceView.__init__(self, model)
- self.props.icon_name = 'theme:stock-net-wired'
+ self.props.icon_name = 'theme:network-wired'