* 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:
parent
4340fa7bd7
commit
982105bc5d
@ -1,4 +1,6 @@
|
|||||||
2006-04-25 Alex Roitman <shura@gramps-project.org>
|
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/plugins/PatchNames.py: Adapt to new wm.
|
||||||
* src/PluginUtils/_Tool.py (gui_tool): handle exception.
|
* src/PluginUtils/_Tool.py (gui_tool): handle exception.
|
||||||
* src/plugins/EventCmp.py (DisplayChart.on_write_table): Use
|
* src/plugins/EventCmp.py (DisplayChart.on_write_table): Use
|
||||||
|
@ -255,10 +255,6 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
|
|||||||
def build_menu_names(self,obj):
|
def build_menu_names(self,obj):
|
||||||
return (_('Preferences'),None)
|
return (_('Preferences'),None)
|
||||||
|
|
||||||
def build_window_key(self,obj):
|
|
||||||
return id(GrampsPreferences)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
GrampsPreferences(None,None)
|
GrampsPreferences(None,None)
|
||||||
gtk.main()
|
gtk.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user