* 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:
Alex Roitman
2006-04-26 05:15:38 +00:00
parent bdf5731502
commit 53c551afd5
2 changed files with 2 additions and 4 deletions

View File

@@ -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()