From 2dc99f9ae7d48d2dc7efb502774614bae176acc0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 15 Aug 2013 19:38:00 +0100 Subject: Allow the other front ends to use the hotlist test too. --- cocoa/BookmarksController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/BookmarksController.m') diff --git a/cocoa/BookmarksController.m b/cocoa/BookmarksController.m index c86562f6e..a2c5a45c3 100644 --- a/cocoa/BookmarksController.m +++ b/cocoa/BookmarksController.m @@ -48,7 +48,7 @@ static const char *cocoa_hotlist_path( void ) - init; { if ((self = [super initWithWindowNibName: @"BookmarksWindow"]) == nil) return nil; - + tree_hotlist_path = cocoa_hotlist_path(); tree = [[Tree alloc] initWithFlags: hotlist_old_get_tree_flags()]; hotlist_old_initialise( [tree tree], cocoa_hotlist_path(), "directory.png" ); nodeForMenu = NSCreateMapTable( NSNonOwnedPointerMapKeyCallBacks, NSNonOwnedPointerMapValueCallBacks, 0 ); -- cgit v1.2.3