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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user