[Commits] [SCM] clawsker branch, master, updated. 1.2.0-46-g91f3b2e
mones at claws-mail.org
mones at claws-mail.org
Sun Nov 25 11:16:34 CET 2018
The branch, master has been updated
via 91f3b2e691b8be1287693f6e98223a05ff3cff2a (commit)
from eda642cdc457de0ba78081438c887262bfc8c2ec (commit)
Summary of changes:
clawsker | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 91f3b2e691b8be1287693f6e98223a05ff3cff2a
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Nov 25 11:16:03 2018 +0100
Fix behaviour of Esc on exit warning dialog
Error was “Argument "delete-event" isn't numeric in numeric eq (==) at
./clawsker line 2665.” and exited, now returns to main window.
diff --git a/clawsker b/clawsker
index 316a66c..0e5d56a 100755
--- a/clawsker
+++ b/clawsker
@@ -2662,7 +2662,7 @@ sub exit_handler {
);
my $resp = $dialog->run;
$dialog->hide;
- return TRUE if ($resp == 1);
+ return TRUE if $resp;
}
Gtk3->main_quit;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list