Disable some currently unimplemented bits (to be re-enabled later).

This commit is contained in:
Paul Chote
2010-11-25 22:41:17 +13:00
parent 8c5c63a4b5
commit 520f602f23
3 changed files with 6 additions and 5 deletions

View File

@@ -43,8 +43,8 @@
[self populateModInfo];
id modsRoot = [self sidebarModsTree];
[sidebarItems addChild:modsRoot];
id otherRoot = [self sidebarOtherTree];
[sidebarItems addChild:otherRoot];
//id otherRoot = [self sidebarOtherTree];
//[sidebarItems addChild:otherRoot];
[outlineView reloadData];
@@ -58,7 +58,7 @@
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [firstMod url]]];
}
[outlineView expandItem:otherRoot expandChildren:YES];
//[outlineView expandItem:otherRoot expandChildren:YES];
}
}