[Mit-cadr-cvs] r441 - trunk/emulator/usim/CADR
ggilley at common-lisp.net
ggilley at common-lisp.net
Tue Dec 2 05:19:48 UTC 2014
Author: ggilley
Date: Tue Dec 2 05:19:47 2014
New Revision: 441
Log:
fix run command
Modified:
trunk/emulator/usim/CADR/cadrAppDelegate.m
Modified: trunk/emulator/usim/CADR/cadrAppDelegate.m
==============================================================================
--- trunk/emulator/usim/CADR/cadrAppDelegate.m Wed Jun 25 04:47:25 2014 (r440)
+++ trunk/emulator/usim/CADR/cadrAppDelegate.m Tue Dec 2 05:19:47 2014 (r441)
@@ -499,7 +499,7 @@
[_window orderFront:self];
// start running the emulator from the main run loop
- [[_window firstResponder] performSelector:@selector(run:) withObject:diskImagePath afterDelay:0.5];
+ [[_window initialFirstResponder] performSelector:@selector(run:) withObject:diskImagePath afterDelay:0.5];
}
@end
More information about the mit-cadr-cvs
mailing list