Clear status in pop_window()

This commit is contained in:
Michael Spang 2007-09-25 04:35:15 -04:00
parent 739b6cb319
commit e057560c7d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ def pop_window():
window_stack.pop()
window_names.pop()
update_top()
clear_status()
return True
def update_top():