From d24cf46935c986d0e4bf545bcd23ba692a4274ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 22 Jan 2022 18:41:29 +0100 Subject: M save.pl M save.pl~ --- save.pl | 2 +- save.pl~ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/save.pl b/save.pl index 9d9bb25..de9b678 100644 --- a/save.pl +++ b/save.pl @@ -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) :- diff --git a/save.pl~ b/save.pl~ index 18c5b57..9d9bb25 100644 --- a/save.pl~ +++ b/save.pl~ @@ -56,7 +56,7 @@ refresh :- get(@files, size, L), ( L > 0 -> send(@save_button, status, active) - ; send(@save_button, sattus, inactive) + ; send(@save_button, status, inactive) ). status(C) :- -- cgit v1.2.3