summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-02-21 07:28:48 +0000
committerritsuka <[email protected]>2015-02-21 07:28:48 +0000
commit53508d57a481fa1e67ac66541581f925dda7fd6e (patch)
tree0c12901fc8489ede0a4a24792225681e1d7cb40d /macosx/HBQueueController.m
parent34c5f777ed3d5d15f9b805bfbda600c4ead7977c (diff)
MacGui: add a preference to toggle the log cleanup. Use NSURL directly where possible.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6934 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.m')
-rw-r--r--macosx/HBQueueController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.m b/macosx/HBQueueController.m
index b4b4c0e76..0963a453e 100644
--- a/macosx/HBQueueController.m
+++ b/macosx/HBQueueController.m
@@ -234,7 +234,7 @@
- (void)loadQueueFile
{
- NSURL *queueURL = [NSURL fileURLWithPath:[[HBUtilities appSupportPath] stringByAppendingPathComponent:@"Queue.hbqueue"]];
+ NSURL *queueURL = [[HBUtilities appSupportURL] URLByAppendingPathComponent:@"Queue.hbqueue"];
_jobs = [[HBDistributedArray alloc] initWithURL:queueURL];
[self reloadQueue];