2007-02-12 Don Allingham <don@gramps-project.org>

* src/GrampsDbUtils/_GedcomParse.py: cleanup



svn: r8104
This commit is contained in:
Don Allingham
2007-02-13 06:01:16 +00:00
parent e543bef596
commit 1d7e22bcca
7 changed files with 667 additions and 233 deletions

View File

@ -649,7 +649,6 @@ class ViewManager:
old_win.close()
PluginStatus.PluginStatus(self.state,self.uistate, [])
def about(self, obj):
about = gtk.AboutDialog()
about.set_name(const.program_name)
@ -841,6 +840,7 @@ class ViewManager:
if len(self.pages) > 0:
self.active_page = self.pages[num]
self.active_page.set_active()
print 'Save', num
Config.set(Config.LAST_VIEW,num)
Config.sync()