bug fix, correctly query system

svn: r12763
This commit is contained in:
Benny Malengier
2009-07-04 10:21:10 +00:00
parent cf86470781
commit 4b9bf10c07
2 changed files with 1 additions and 2 deletions

View File

@@ -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):