3731: Add place name column to place tree view

svn: r14951
This commit is contained in:
Nick Hall
2010-03-27 23:00:41 +00:00
parent 9d1bd83f5b
commit e090d8d250
13 changed files with 79 additions and 35 deletions

View File

@@ -78,11 +78,11 @@ class RelCalc(Tool.Tool, ManagedWindow.ManagedWindow):
#set the columns to see
for data in BasePersonView.CONFIGSETTINGS:
if data[0] == 'columns.order':
if data[0] == 'columns.rank':
colord = data[1]
elif data[0] == 'columns.visible':
colvis = data[1]
elif data[0] == 'columns.sizecol':
elif data[0] == 'columns.size':
colsize = data[1]
self.colord = []
for col, size in zip(colord, colsize):