bug fix, correctly query system
svn: r12763
This commit is contained in:
@@ -450,7 +450,6 @@ class FlatBaseModel(gtk.GenericTreeModel):
|
||||
"""
|
||||
Total number of items that maximally can be shown
|
||||
"""
|
||||
print 'total asked', self.node_map.max_rows()
|
||||
return self.node_map.max_rows()
|
||||
|
||||
def displayed(self):
|
||||
|
Reference in New Issue
Block a user