aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index a0f4865f..4f985133 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -286,7 +286,7 @@
[filePaths addObject:[obj path]];
}];
- [self application:nil openFiles:filePaths];
+ [self application:NSApp openFiles:filePaths];
}
}];
}
@@ -301,7 +301,7 @@
[filePaths addObject:[obj path]];
}];
- [self application:nil openFiles:filePaths];
+ [self application:NSApp openFiles:filePaths];
}
}