Fix for scripts not running.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1131 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
8d036b1000
commit
e557dbb6ec
@ -144,7 +144,7 @@ static NSString * const kKeyMetadata = @"!metadata!";
|
|||||||
self = [super init];
|
self = [super init];
|
||||||
if (self != nil)
|
if (self != nil)
|
||||||
{
|
{
|
||||||
script = [script retain];
|
_script = [script retain];
|
||||||
if (name != nil)
|
if (name != nil)
|
||||||
{
|
{
|
||||||
if (metadata == nil) metadata = [NSDictionary dictionaryWithObject:name forKey:kMDKeyName];
|
if (metadata == nil) metadata = [NSDictionary dictionaryWithObject:name forKey:kMDKeyName];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user