BF(2859026) - AcctWindow will close on logout now (added to WindowManager)

https://sourceforge.net/tracker/?func=detail&aid=2859026&group_id=176962&atid=879332
This commit is contained in:
kthiemann 2009-09-24 10:10:17 +00:00
parent 88a1b709b1
commit 678e6ee604
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ public class AcctViewer extends CFrame
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
m_data = new AcctViewerData (Env.getCtx(), Env.createWindowNo(this),
AD_Client_ID, AD_Table_ID);
AEnv.addToWindowManager(this);
//
try
{