diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index d40b127..e86a985 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -1,3 +1,10 @@ +2005-01-26 Serg Stoyan + + * Release 0.4.2 + + * PCAppController.m: + (applicationWillTerminate:): Disable removal of BuilRoot. + 2005-01-22 Serg Stoyan * Release 0.4.1 diff --git a/Library/PCProjectBuilder.m b/Library/PCProjectBuilder.m index b006102..01be384 100644 --- a/Library/PCProjectBuilder.m +++ b/Library/PCProjectBuilder.m @@ -649,8 +649,6 @@ return; } - NSLog(@"task did terminate"); - // [NOTIFICATION_CENTER removeObserver:self]; [NOTIFICATION_CENTER removeObserver:self diff --git a/PCAppController.m b/PCAppController.m index 6e7242c..13f0682 100644 --- a/PCAppController.m +++ b/PCAppController.m @@ -214,13 +214,15 @@ NSLog (@"--- Application WILL terminate"); #endif - if ([[[NSUserDefaults standardUserDefaults] +// It's broken. Disable it until support for GNUSTEP_BUILD_DIR will +// be implemented +/* if ([[[NSUserDefaults standardUserDefaults] stringForKey:DeleteCacheWhenQuitting] isEqualToString:@"YES"]) { [[NSFileManager defaultManager] removeFileAtPath:[projectManager rootBuildPath] handler:nil]; - } + }*/ [[NSUserDefaults standardUserDefaults] synchronize];