mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
don't assume the url is a file path!
This commit is contained in:
parent
59667baad7
commit
307610d9d5
@ -22,7 +22,7 @@
|
||||
|
||||
- (id)initWithURL:(NSString *)_url {
|
||||
self = [super initWithWindowNibName:@"AtomWindow"];
|
||||
url = [[_url stringByStandardizingPath] retain];
|
||||
url = [_url retain];
|
||||
|
||||
[self.window makeKeyWindow];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user