diff --git a/ChangeLog b/ChangeLog index 4716ca1..a513672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-27 22:06-EST Gregory John Casamento + + * Modules/Projects/Application/Resources/AppController.m: Correct + warning in application:openFile: in AppController.m in Application + project module. + 2008-11-27 12:01-EST Gregory John Casamento * Framework/GNUmakefile diff --git a/Modules/Projects/Application/Resources/AppController.m b/Modules/Projects/Application/Resources/AppController.m index db05870..0486d84 100644 --- a/Modules/Projects/Application/Resources/AppController.m +++ b/Modules/Projects/Application/Resources/AppController.m @@ -79,6 +79,7 @@ - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName { + return NO; } - (void)showPrefPanel:(id)sender