Fix a crash when re-editing a path prompt after an error.

This commit is contained in:
Aldo Cortesi
2012-08-31 13:41:08 +12:00
parent 26cefc95e8
commit 3fc9af63c1

View File

@@ -98,6 +98,7 @@ class ActionBar(common.WWrap):
return True
def path_prompt(self, prompt, text):
self.expire = None
self.w = PathEdit(prompt, text)
def prompt(self, prompt, text = ""):