no filter and column editor on event view, issue #1248

svn: r9002
This commit is contained in:
Benny Malengier
2007-09-24 10:45:54 +00:00
parent 1ab9ce0460
commit 8dca0d6a04
2 changed files with 5 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ class EventView(PageView.ListView):
PageView.ListView.define_actions(self)
self._add_action('FilterEdit', None, _('Event Filter Editor'),
callback=self.filter_editor,)
self._add_action('_Column Editor', None, _('_Column Editor'),
self._add_action('ColumnEdit', None, _('_Column Editor'),
callback=self._column_editor,)
def get_handle_from_gramps_id(self, gid):