summaryrefslogtreecommitdiff
path: root/cocoa/BookmarksController.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BookmarksController.m')
-rw-r--r--cocoa/BookmarksController.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/cocoa/BookmarksController.m b/cocoa/BookmarksController.m
index 9ec6818d7..3abb73fa9 100644
--- a/cocoa/BookmarksController.m
+++ b/cocoa/BookmarksController.m
@@ -134,7 +134,9 @@ static const char *cocoa_hotlist_path( void )
- (void) windowDidLoad;
{
- hotlist_expand_all( );
+ hotlist_expand_all();
+ hotlist_collapse_all();
+
[view setTree: tree];
}