- Fix involved bug that didn't let the system terminate after

calling JumpTo


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1118 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-12 21:35:41 +00:00
parent 403a192415
commit c77de95412
3 changed files with 10 additions and 5 deletions

View file

@ -95,9 +95,10 @@ GuiBuilder::on_simulation_jump_to_clicked()
jump_to_dialog->set_transient_for(get_initial_window());
jump_to_dialog->set_target_instant(target_instant);
jump_to_dialog->run();
jump_to_dialog->start();
}
void
GuiBuilder::on_view_show_threads_activate()
{