libgimpbase: on OSX move gimpdir to "~/Library/Application Support"
not just ~/Library. This clearly needs some manual migration instructions for the old wrong location.
This commit is contained in:
@ -238,7 +238,7 @@ gimp_directory (void)
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
|
||||
path = NSSearchPathForDirectoriesInDomains (NSLibraryDirectory,
|
||||
path = NSSearchPathForDirectoriesInDomains (NSApplicationSupportDirectory,
|
||||
NSUserDomainMask, YES);
|
||||
library_dir = [path objectAtIndex:0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user