From: Tay R. C. <rc...@us...> - 2005-07-26 11:41:07
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2604/actionstep/org/actionstep Modified Files: ASAlertPanel.as Log Message: - runModal calls display() Index: ASAlertPanel.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASAlertPanel.as,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ASAlertPanel.as 26 Jul 2005 11:40:05 -0000 1.19 --- ASAlertPanel.as 26 Jul 2005 11:40:49 -0000 1.20 *************** *** 264,267 **** --- 264,268 ---- m_app.runModalForWindow(this, this, "__modal"); + display(); //orderOut(this); } |