From: Tay R. C. <rc...@us...> - 2005-07-27 09:29:33
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26192/actionstep/org/actionstep Modified Files: ASAlertPanel.as Log Message: - NSRelease now closes window Index: ASAlertPanel.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASAlertPanel.as,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ASAlertPanel.as 27 Jul 2005 09:27:45 -0000 1.22 --- ASAlertPanel.as 27 Jul 2005 09:29:23 -0000 1.23 *************** *** 401,405 **** panel.runModal(call, sel); - NSRelease(panel); } --- 401,404 ---- *************** *** 430,434 **** panel.runModal(call, sel); - NSRelease(panel); } --- 429,432 ---- *************** *** 457,461 **** panel.runModal(call, sel); - NSRelease(panel); } --- 455,458 ---- *************** *** 465,469 **** && (panel != m_criticalAlertPanel)) { ! delete panel; } } --- 462,466 ---- && (panel != m_criticalAlertPanel)) { ! panel.close(); } } |