1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 07:42:26 +01:00

Better temp file names for gF and friends.

This commit is contained in:
Kris Maglione
2011-10-06 02:22:50 -04:00
parent adea42d882
commit 4bc779fe7c
4 changed files with 10 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ var Config = Module("config", ConfigBase, {
}
catch (e) {}
return prefix + ".tmp";
return prefix + ".txt";
}
})