GEPS 014: Plugin registration and management
Also views are now plugins belonging to view category svn: r13528
This commit is contained in:
@ -213,6 +213,9 @@ class ListView(NavigationView):
|
||||
self.list.append_column(column)
|
||||
index += 1
|
||||
|
||||
def __build_tree(self):
|
||||
Utils.profile(self._build_tree)
|
||||
|
||||
def build_tree(self):
|
||||
if self.active:
|
||||
cput0 = time.clock()
|
||||
|
Reference in New Issue
Block a user