* src/GrampsCfg.py (build_window_key): Remove, as there's no need
to override the base class anymore. svn: r6450
This commit is contained in:
		@@ -1,4 +1,6 @@
 | 
			
		||||
2006-04-25  Alex Roitman  <shura@gramps-project.org>
 | 
			
		||||
	* src/GrampsCfg.py (build_window_key): Remove, as there's no need
 | 
			
		||||
	to override the base class anymore.
 | 
			
		||||
	* src/plugins/PatchNames.py: Adapt to new wm.
 | 
			
		||||
	* src/PluginUtils/_Tool.py (gui_tool): handle exception.
 | 
			
		||||
	* src/plugins/EventCmp.py (DisplayChart.on_write_table): Use
 | 
			
		||||
 
 | 
			
		||||
@@ -255,10 +255,6 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
 | 
			
		||||
    def build_menu_names(self,obj):
 | 
			
		||||
        return (_('Preferences'),None)
 | 
			
		||||
 | 
			
		||||
    def build_window_key(self,obj):
 | 
			
		||||
        return id(GrampsPreferences)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if __name__ == "__main__":
 | 
			
		||||
    GrampsPreferences(None,None)
 | 
			
		||||
    gtk.main()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user