branch : pmacs2
This commit is contained in:
moculus 2008-12-03 20:30:33 +00:00
parent 0d300a637d
commit aa07f83509
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ class Application(object):
switch_to = switch(status) switch_to = switch(status)
else: else:
switch_to = bool(switch) switch_to = bool(switch)
self.data_buffer(name, output, switch_to=switch_to, modename=None) self.data_buffer(name, output, switch_to=switch_to, modename=modename)
return status return status
def run_external(self, *args): def run_external(self, *args):
curses.reset_shell_mode() curses.reset_shell_mode()