diff options
author | John Ankarström <john@ankarstrom.se> | 2022-01-22 18:41:29 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-01-22 18:41:29 +0100 |
commit | d24cf46935c986d0e4bf545bcd23ba692a4274ff (patch) | |
tree | d76cd859813b266e3c0e67b427923af4f71a73e1 /save.pl | |
parent | 9ef0fe0e0968352132ba6e1d592bbe5181968b9f (diff) | |
download | save-d24cf46935c986d0e4bf545bcd23ba692a4274ff.tar.gz |
M save.pl
M save.pl~
Diffstat (limited to 'save.pl')
-rw-r--r-- | save.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ refresh :- get(@files, size, L), ( L > 0 -> send(@save_button, status, active) - ; send(@save_button, status, inactive) + ; send(@save_button, status, execute) ). status(C) :- |