mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
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:
parent
1fd198b9d5
commit
09803b00e1
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* Source/NSAttributedString.m: Optimised - cache method implementations
|
||||
|
|
|
@ -291,6 +291,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
|||
OBJC_FREE(output);
|
||||
#endif
|
||||
|
||||
RETAIN(_executable_path);
|
||||
_gnustep_bundle = RETAIN([NSBundle bundleWithPath: system]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue