diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2015-08-19 10:14:51 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-08-21 22:24:12 +0200 |
commit | 26b6cf4d645b68279b23467dc77d442c4b9720ec (patch) | |
tree | 305cd60d1033a1e0dbcae919c142b8f178f6fbe9 /grc/gui/ActionHandler.py | |
parent | dda4f8306f194ff142d25bbedeb7ee5dabd0f523 (diff) |
grc: show cmdline when xterm is used
Diffstat (limited to 'grc/gui/ActionHandler.py')
-rw-r--r-- | grc/gui/ActionHandler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui/ActionHandler.py b/grc/gui/ActionHandler.py index 1cc55c4a8f..19c6edc914 100644 --- a/grc/gui/ActionHandler.py +++ b/grc/gui/ActionHandler.py @@ -639,7 +639,6 @@ class ExecFlowGraphThread(Thread): self.flow_graph = action_handler.get_flow_graph() #store page and dont use main window calls in run self.page = action_handler.get_page() - Messages.send_start_exec(self.page.get_generator().get_file_path()) #get the popen try: self.p = self.page.get_generator().get_popen() |