Work around leftover temporary save file.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 15 Sep 2009 09:26:30 +0000 (10:26 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 15 Sep 2009 09:35:27 +0000 (10:35 +0100)
commitfbd5ee81199f78b486a5e2f217ea0a74c908a5f9
treeca20781e00ed3dd67f41d4384d7995ad430c52a4
parentc21398be6d7b112fa3a041b4b7d869d9954bf753
Work around leftover temporary save file.

If a file exists and is hidden on Windows the Tcl open command will
fail as the attributes provided in the CREAT call fail to match those
of the existing file. Forcing removal of the temporary file before we
begin solves any problems caused by previous failures to save the
application settings. An alternative would be to remove the hidden
attribute before calling 'open'.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
gitk