Added ability to use natilus theme icons. Set default path for writing GEDCOM files.

svn: r1185
This commit is contained in:
Don Allingham
2002-11-12 04:12:18 +00:00
parent dea43fb83c
commit 0869dbaa92
6 changed files with 48 additions and 3 deletions

View File

@@ -356,6 +356,11 @@ class GedcomWriter:
target_obj.set_menu(myMenu)
self.target_menu = myMenu
pathname = "%s.ged" % os.path.dirname(db.getSavePath())
filetgt = self.topDialog.get_widget('fileentry1')
filetgt.set_filename(pathname)
self.topDialog.get_widget("gedcomExport").show()