use pygtk.require to determine database

svn: r1205
This commit is contained in:
Don Allingham
2002-11-26 04:06:23 +00:00
parent dbe98f4068
commit f53f056885
55 changed files with 961 additions and 43 deletions

View File

@ -57,7 +57,7 @@ if os.environ.has_key('GRAMPSDIR'):
else:
rootDir = "."
papersize = "%s/papersize.xml" % rootDir
papersize = "file:%s/papersize.xml" % rootDir
good_xpm = "%s/good.png" % rootDir
bad_xpm = "%s/bad.png" % rootDir
caution_xpm = "%s/caution.png" % rootDir