fix cwd
svn: r5886
This commit is contained in:
parent
b7577dc19a
commit
df813976e4
@ -91,7 +91,7 @@ no_gconf = False
|
||||
if os.environ.has_key('GRAMPSDIR'):
|
||||
rootDir = os.environ['GRAMPSDIR']
|
||||
else:
|
||||
rootDir = "."
|
||||
rootDir = os.getcwd()
|
||||
|
||||
good_xpm = os.path.join(rootDir,"good.png")
|
||||
bad_xpm = os.path.join(rootDir,"bad.png")
|
||||
|
Loading…
Reference in New Issue
Block a user