From cab907050c0cf94f3717f4de0d717b727e6047b3 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 13 Jan 2006 02:35:11 +0000 Subject: [PATCH] Update svn: r5735 --- src/GrampsDb/_ReadGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrampsDb/_ReadGedcom.py b/src/GrampsDb/_ReadGedcom.py index c4b2a8f06..2218309c2 100644 --- a/src/GrampsDb/_ReadGedcom.py +++ b/src/GrampsDb/_ReadGedcom.py @@ -164,7 +164,7 @@ def importData(database, filename, cb=None, use_trans=True): f.close() 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') code = top.get_widget('codeset') code.set_active(0)