7536: Fix bug introduced with new column order

This commit is contained in:
Nick Hall 2014-03-15 19:57:58 +00:00
parent e046804e39
commit d88eedbc27

View File

@ -94,8 +94,8 @@ class EventView(ListView):
('columns.visible', [COL_TYPE, COL_PARTIC, COL_DATE, COL_PLACE,
COL_DESCR, COL_ID]),
('columns.rank', [COL_TYPE, COL_PARTIC, COL_DATE, COL_PLACE, COL_DESCR,
COL_ID, COL_CHAN]),
('columns.size', [100, 230, 150, 200, 100, 75, 100])
COL_ID, COL_PRIV, COL_CHAN]),
('columns.size', [100, 230, 150, 200, 100, 75, 40, 100])
)
ADD_MSG = _("Add a new event")
EDIT_MSG = _("Edit the selected event")