mirror of
https://github.com/ksherlock/ProFUSE-Image-Opener.git
synced 2024-11-26 05:49:21 +00:00
.
This commit is contained in:
parent
0aeca5de81
commit
66506c39ba
@ -100,7 +100,9 @@ static unsigned ExtToTag(NSString *ext)
|
||||
[window makeKeyAndOrderFront: nil];
|
||||
[window makeFirstResponder: nil];
|
||||
|
||||
// if auto-released, the window will close.
|
||||
return controller;
|
||||
//return [controller autorelease];
|
||||
}
|
||||
|
||||
|
||||
@ -300,7 +302,9 @@ static unsigned ExtToTag(NSString *ext)
|
||||
NSString *string = [[NSString alloc] initWithData: data encoding: NSUTF8StringEncoding];
|
||||
|
||||
[self appendString: string];
|
||||
[_handle readInBackgroundAndNotify];
|
||||
[string release];
|
||||
|
||||
[_handle readInBackgroundAndNotify];
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user