diff -rupN wordgrinder-0.7.2.orig/src/lua/fileio.lua wordgrinder-0.7.2.new/src/lua/fileio.lua --- wordgrinder-0.7.2.orig/src/lua/fileio.lua 2018-11-29 20:12:27.000000000 +0100 +++ wordgrinder-0.7.2.new/src/lua/fileio.lua 2020-06-11 19:46:33.481299639 +0200 @@ -644,7 +644,6 @@ function Cmd.LoadDocumentSet(filename) DocumentSet.menu = CreateMenu() end FireEvent(Event.RegisterAddons) - DocumentSet:touch() ResizeScreen() FireEvent(Event.DocumentLoaded) @@ -660,6 +659,7 @@ function Cmd.LoadDocumentSet(filename) "save the file again it may not work on the old version. ".. "Also, all keybindings defined in this file will get reset ".. "to their default values.") + DocumentSet:touch() end return true end