Additional fix for compatibility with Urwid >0.9.9

This commit is contained in:
Thomas Roth 2010-02-24 18:52:26 +01:00
parent bfa8532bb9
commit 70b0bddc85

View File

@ -429,7 +429,7 @@ class StatusBar(urwid.WidgetWrap):
return True
def get_edit_text(self):
return self.ab.w.get_edit_text()
return self.ab._w.get_edit_text()
def prompt(self, prompt):
self.ab.prompt(prompt)