initially hide sidebar categories

This commit is contained in:
Martijn Voncken 2008-08-06 19:08:02 +00:00
parent 5ba3ab43ca
commit b56e4bc74e
1 changed files with 3 additions and 3 deletions

View File

@ -224,9 +224,9 @@ class LabelSideBar(component.Component):
#add Cat nodes:
self.cat_nodes = {}
self.cat_nodes["state"] = self.treestore.append(None, ["cat", "State", 0, None, True])
self.cat_nodes["tracker"] = self.treestore.append(None, ["cat","Tracker", 0,None, True])
self.cat_nodes["label"] = self.treestore.append(None, ["cat", "Label", 0, None, True])
self.cat_nodes["state"] = self.treestore.append(None, ["cat", "State", 0, None, False])
self.cat_nodes["tracker"] = self.treestore.append(None, ["cat","Tracker", 0,None, False])
self.cat_nodes["label"] = self.treestore.append(None, ["cat", "Label", 0, None, False])
#default node:
self.filters[("state", "All")] = self.treestore.append(self.cat_nodes["state"],