svn: r5735
This commit is contained in:
Alex Roitman 2006-01-13 02:35:11 +00:00
parent 01508cf6c0
commit cab907050c

View File

@ -164,7 +164,7 @@ def importData(database, filename, cb=None, use_trans=True):
f.close() f.close()
if not gramps and ansel: if not gramps and ansel:
glade_file = "%s/../gedcomimport.glade" % os.path.dirname(__file__) glade_file = "%s/gedcomimport.glade" % os.path.dirname(__file__)
top = gtk.glade.XML(glade_file,'encoding','gramps') top = gtk.glade.XML(glade_file,'encoding','gramps')
code = top.get_widget('codeset') code = top.get_widget('codeset')
code.set_active(0) code.set_active(0)