Extend markup column definition to a list of columns for listviews.

svn: r14327
This commit is contained in:
Nick Hall
2010-02-11 22:30:16 +00:00
parent 77734ed302
commit 4ef3a10161
5 changed files with 25 additions and 15 deletions

View File

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