bundle fix. Update

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6517 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-04-26 03:43:08 +00:00
parent 1fd198b9d5
commit 09803b00e1
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-04-25 Adam Fedor <fedor@gnu.org>
* Source/NSBundle.m (+initialize): retain _executable_path.
2000-04-23 Richard Frith-Macdonald <rfm@gnu.org> 2000-04-23 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSAttributedString.m: Optimised - cache method implementations * Source/NSAttributedString.m: Optimised - cache method implementations

View file

@ -291,6 +291,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
OBJC_FREE(output); OBJC_FREE(output);
#endif #endif
RETAIN(_executable_path);
_gnustep_bundle = RETAIN([NSBundle bundleWithPath: system]); _gnustep_bundle = RETAIN([NSBundle bundleWithPath: system]);
} }
} }