Extend markup column definition to a list of columns for listviews.
svn: r14327
This commit is contained in:
@@ -55,7 +55,7 @@ class PlaceTreeView(PlaceBaseView):
|
||||
def __init__(self, dbstate, uistate):
|
||||
PlaceBaseView.__init__(self, dbstate, uistate,
|
||||
_('Place Tree View'), PlaceTreeModel,
|
||||
nav_group=0, markup=True)
|
||||
nav_group=0, markup=PlaceBaseView.MARKUP_COLS)
|
||||
|
||||
def type_list(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user