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:
		@@ -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)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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 = []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user