Adapt to icon name changes

This commit is contained in:
Marco Pesenti Gritti
2007-08-16 12:51:33 +02:00
parent 8d9383c48e
commit e95e786432
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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'