1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Added functions to get wicd-curses to run with urwid 0.9.9, not all functionality is tested at the moment.

This commit is contained in:
Andrew Psaltis
2009-05-12 20:38:48 -04:00
parent 3a05d82a23
commit 4dcb86d6a2
2 changed files with 3 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ class TabColumns(urwid.WidgetWrap):
])
if not firstrun:
self.frame.set_body(self.pile)
self.set_w(self.frame)
self._set_w(self.frame)
def selectable(self):
return True
@@ -381,7 +381,7 @@ class ComboBox(urwid.WidgetWrap):
self.overlay = self.ComboSpace(self.list,parent,ui,self.focus,
pos=(0,row))
self.set_w(w)
self._set_w(w)
self.parent = parent
self.ui = ui
self.row = row