[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-439-g464b6bb2c
wwp at claws-mail.org
wwp at claws-mail.org
Fri Apr 1 12:05:25 UTC 2022
The branch, gtk3 has been updated
via 464b6bb2c4f29381146f2616e5c6556809b8b269 (commit)
from fad20209fe372082145c8a443f6236a3e9405a17 (commit)
Summary of changes:
src/prefs_actions.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 464b6bb2c4f29381146f2616e5c6556809b8b269
Author: wwp <subscript at free.fr>
Date: Fri Apr 1 14:04:04 2022 +0200
Fix weird logic with the 'Edit filter action' dialog.
diff --git a/src/prefs_actions.c b/src/prefs_actions.c
index cbfd0af05..eac5dcfe7 100644
--- a/src/prefs_actions.c
+++ b/src/prefs_actions.c
@@ -1312,8 +1312,8 @@ static void prefs_action_filterbtn_cb(GtkWidget *widget, gpointer data)
alertpanel(_("Entry was modified"),
_("Opening the filter action dialog will clear current modifications "
"of the command-line."),
- NULL, _("_Cancel"), NULL, _("_Continue editing"), NULL, NULL,
- ALERTFOCUS_SECOND) != G_ALERTDEFAULT) {
+ NULL, _("_Close"), NULL, _("_Open"), NULL, NULL,
+ ALERTFOCUS_SECOND) == G_ALERTDEFAULT) {
return;
}
tokens = g_strsplit_set(action_str, "{}", 5);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list