aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPAppController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index 9b658dc4..9ff2cad0 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -491,7 +491,7 @@
// Set global session properties
[SPAppDelegate setSpfSessionDocData:spfsDocData];
- [SPAppDelegate setSessionURL:[NSURL fileURLWithPath:filePath]];
+ [SPAppDelegate setSessionURL:filePath];
// Loop through each defined window in reversed order to reconstruct the last active window
for (NSDictionary *window in [[[spfs objectForKey:@"windows"] reverseObjectEnumerator] allObjects])