diff options
author | John Ankarström <john@ankarstrom.se> | 2022-01-22 18:41:55 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-01-22 18:41:55 +0100 |
commit | 04a9191db880559ab803bbe6199161f21d19f03b (patch) | |
tree | 14e6d5437236ea0cc033a8d86c687d16b76024a4 | |
parent | d24cf46935c986d0e4bf545bcd23ba692a4274ff (diff) | |
download | save-04a9191db880559ab803bbe6199161f21d19f03b.tar.gz |
M save.pl
M save.pl~
-rw-r--r-- | save.pl | 2 | ||||
-rw-r--r-- | save.pl~ | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ refresh :- get(@files, size, L), ( L > 0 -> send(@save_button, status, active) - ; send(@save_button, status, execute) + ; send(@save_button, status, preview) ). status(C) :- @@ -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) :- |