Checking mac-specific stuff from the 2.3a2 branch in on the trunk.

This commit is contained in:
Jack Jansen 2003-02-21 22:33:55 +00:00
parent 4c641d0ce1
commit 5bb97e66dc
13 changed files with 42 additions and 30 deletions

View file

@ -471,7 +471,7 @@ class Editor(W.Window):
except os.error:
pass
template = buildtools.findtemplate()
buildtools.process(template, filename, destname, rsrcname=rsrcname, progress=None)
buildtools.process(template, filename, destname, 1, rsrcname=rsrcname, progress=None)
try:
os.remove(filename)
os.rmdir(tmpdir)