From: Richard K. <ric...@us...> - 2005-05-25 14:12:08
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17498 Modified Files: NSView.as Log Message: bug assigning notification center Index: NSView.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSView.as,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** NSView.as 24 May 2005 21:46:25 -0000 1.10 --- NSView.as 25 May 2005 14:11:58 -0000 1.11 *************** *** 119,123 **** public function initWithFrame(newFrame:NSRect):NSView { ! m_notificationCenter = m_notificationCenter; m_frame = newFrame.clone(); m_bounds = new NSRect(0, 0, m_frame.size.width, m_frame.size.height); --- 119,123 ---- public function initWithFrame(newFrame:NSRect):NSView { ! m_notificationCenter = NSNotificationCenter.defaultCenter(); m_frame = newFrame.clone(); m_bounds = new NSRect(0, 0, m_frame.size.width, m_frame.size.height); |