summaryrefslogtreecommitdiff
path: root/cocoa/BookmarksController.m
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-02-27 13:21:46 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-02-27 13:21:46 +0000
commitd84f818887977247f3dc45a5bee3ea1c88fb9ee3 (patch)
treeb9a1f3893b71108081acbde83aacf00d240d4f33 /cocoa/BookmarksController.m
parentff0aa37393afad23c5f114634a1df6f4b64fdb71 (diff)
downloadnetsurf-d84f818887977247f3dc45a5bee3ea1c88fb9ee3.tar.gz
netsurf-d84f818887977247f3dc45a5bee3ea1c88fb9ee3.tar.bz2
Adding icons for tree views.
svn path=/trunk/netsurf/; revision=11842
Diffstat (limited to 'cocoa/BookmarksController.m')
-rw-r--r--cocoa/BookmarksController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/BookmarksController.m b/cocoa/BookmarksController.m
index 360010242..fb28a6a35 100644
--- a/cocoa/BookmarksController.m
+++ b/cocoa/BookmarksController.m
@@ -48,7 +48,7 @@ static const char *cocoa_hotlist_path( void )
if ((self = [super initWithWindowNibName: @"BookmarksWindow"]) == nil) return nil;
tree = [[Tree alloc] initWithFlags: hotlist_get_tree_flags()];
- hotlist_initialise( [tree tree], cocoa_hotlist_path(), "" );
+ hotlist_initialise( [tree tree], cocoa_hotlist_path(), "directory.png" );
nodeForMenu = NSCreateMapTable( NSNonOwnedPointerMapKeyCallBacks, NSNonOwnedPointerMapValueCallBacks, 0 );
[[NSNotificationCenter defaultCenter] addObserver:self