Fix bug introduced with adding column to place tree view
svn: r14970
This commit is contained in:
parent
4ffef76fac
commit
993ac0db22
@ -136,8 +136,8 @@ class PlaceBaseView(ListView):
|
||||
self.mapservicedata = {}
|
||||
|
||||
ListView.__init__(
|
||||
self, title, dbstate, uistate, self.COLUMN_NAMES,
|
||||
len(self.COLUMN_NAMES),
|
||||
self, title, dbstate, uistate,
|
||||
self.COLUMN_NAMES, 13,
|
||||
model, signal_map,
|
||||
dbstate.db.get_place_bookmarks(),
|
||||
Bookmarks.PlaceBookmarks, nav_group,
|
||||
|
Loading…
Reference in New Issue
Block a user