* src/EventView.py (Module): Remove extra column.

* src/EventEdit.py (EventEditor.__init__): Remove obsolete code.


svn: r4808
This commit is contained in:
Alex Roitman
2005-06-08 16:32:13 +00:00
parent 5ae515056b
commit 399c5b61f4
3 changed files with 13 additions and 28 deletions

View File

@@ -50,7 +50,6 @@ column_names = [
_('Description'),
_('ID'),
_('Type'),
_('Last Change'),
_('Date'),
_('Place'),
_('Cause'),
@@ -240,6 +239,8 @@ class EventView:
for handle in mlist:
event = self.parent.db.get_event_from_handle(handle)
print "0", handle
print "1", event
EventEdit.EventEditor(event, self.parent.db, self.parent,
self.topWindow)