Commit 89c4bf74 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* reenable the prefs. this was a small leftover from debugging

parent 4bfdf490
......@@ -1092,7 +1092,6 @@ static VLCTreeItem *o_root_item = nil;
}
- (int)numberOfChildren {
return 0;
id i_tmp = [self children];
return (i_tmp == IsALeafNode) ? (-1) : (int)[i_tmp count];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment