mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
Disable removal of root build directory. Release 0.4.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@20619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2cb3174880
commit
2eb78d7c9c
3 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-01-26 Serg Stoyan <stoyan255@ukr.net>
|
||||
|
||||
* Release 0.4.2
|
||||
|
||||
* PCAppController.m:
|
||||
(applicationWillTerminate:): Disable removal of BuilRoot.
|
||||
|
||||
2005-01-22 Serg Stoyan <stoyan255@ukr.net>
|
||||
|
||||
* Release 0.4.1
|
||||
|
|
|
@ -649,8 +649,6 @@
|
|||
return;
|
||||
}
|
||||
|
||||
NSLog(@"task did terminate");
|
||||
|
||||
// [NOTIFICATION_CENTER removeObserver:self];
|
||||
|
||||
[NOTIFICATION_CENTER removeObserver:self
|
||||
|
|
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue