2007-10-14 Benny Malengier <benny.malengier@gramps-project.org>

* src/DisplayState.py: actiongroup made double, gives warnings (errors) in newer GTK


svn: r9184
This commit is contained in:
Benny Malengier 2007-10-14 19:44:58 +00:00
parent decba2fb22
commit d9de83e948
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2007-10-14 Benny Malengier <benny.malengier@gramps-project.org>
* src/DisplayState.py: actiongroup made double, gives warnings (errors) in newer GTK
2007-10-14 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/plugins/holidays.xml: Added German holidays (from Mirko Leonhaeuser)

View File

@ -213,6 +213,7 @@ class RecentDocsMenu:
if self.active != DISABLED:
self.uimanager.remove_ui(self.active)
self.uimanager.remove_action_group(self.action_group)
self.action_group = gtk.ActionGroup('RecentFiles')
self.active = DISABLED
actions = []