CVS: setedit/setedit runprog.cc,1.32,1.33
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2008-04-24 16:21:17
|
Update of /cvsroot/setedit/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24370/setedit Modified Files: runprog.cc Log Message: * Fixed: When the editor finished running a child while displaying a modal dialog the temporal file used to collect the child output was deleted, but the file for the following childs didn't. Index: runprog.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/runprog.cc,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** runprog.cc 27 Apr 2007 13:04:18 -0000 1.32 --- runprog.cc 24 Apr 2008 15:47:41 -0000 1.33 *************** *** 564,567 **** --- 564,568 ---- if (!PendingCleanUp) { + printf("Borrando\n"); TView::disableCommand(cmeStopChild); DumpFileToMessageEnd(); *************** *** 590,593 **** --- 591,595 ---- // Ok, we can go on ParsingErrors=0; + PendingCleanUp=0; EdShowMessageI(BackEd,scrlOps | ((OpsScrHz & opshEnd) ? 0 : edsmNoHzReset)); |