Fix traceback on mesh disconnect command

This commit is contained in:
Dan Williams 2007-09-09 01:19:06 -04:00
parent 3f6c03b8ee
commit a1f5cece18
2 changed files with 4 additions and 0 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
* Fix traceback on mesh disconnect command (dcbw)
Snapshot 6b6470ebcb
* #1260, #2664, #1542, #2985: Rework network UI bits to be more informative and

View File

@ -27,6 +27,8 @@ from model.devices import device
from sugar.graphics.palette import Palette
from model.devices.network import wireless
from hardware import hardwaremanager
class DeviceView(CanvasIcon):
def __init__(self, model):
CanvasIcon.__init__(self, size=style.MEDIUM_ICON_SIZE,