diff options
Diffstat (limited to 'vmchooser/runImage.cxx')
-rw-r--r-- | vmchooser/runImage.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vmchooser/runImage.cxx b/vmchooser/runImage.cxx index ff9f340..4b7c3e5 100644 --- a/vmchooser/runImage.cxx +++ b/vmchooser/runImage.cxx @@ -73,6 +73,7 @@ void runImage(fltk::Widget*, void* p) // fltk::alert("Failed to create child thread!"); // return; //} + saveSession((DataEntry*)p); runImage(dat, confxml); break; } |