summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-03 12:36:55 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-03 12:36:55 +0100
commitf2b4a7a997b8fc952ab96cadb68477ee5d5a434a (patch)
tree0e4da8cb7fb0a3deb16b519096322e4911fdc7c3 /cocoa
parent11b784a16772bc396ccca60acac6402f88a82ca7 (diff)
downloadnetsurf-f2b4a7a997b8fc952ab96cadb68477ee5d5a434a.tar.gz
netsurf-f2b4a7a997b8fc952ab96cadb68477ee5d5a434a.tar.bz2
Port to new recursive expand/contract functions.
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/BookmarksController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/BookmarksController.m b/cocoa/BookmarksController.m
index 9c20c544c..96041ab7b 100644
--- a/cocoa/BookmarksController.m
+++ b/cocoa/BookmarksController.m
@@ -181,8 +181,8 @@ static const char *cocoa_hotlist_path( void )
- (void) windowDidLoad;
{
- hotlist_old_expand_all();
- hotlist_old_collapse_all();
+ hotlist_expand(false);
+ hotlist_contract(true);
[view setTree: tree];
}