[Commits] [SCM] claws branch, master, updated. 3.18.0-354-g37ac6b2e0
wwp at claws-mail.org
wwp at claws-mail.org
Fri Apr 1 12:00:39 UTC 2022
The branch, master has been updated
via 37ac6b2e0cdf72754e49bd62fbb9ee4e8be9bb3d (commit)
from 900c2461fae2868960f216578882f5307ca3430c (commit)
Summary of changes:
src/prefs_actions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 37ac6b2e0cdf72754e49bd62fbb9ee4e8be9bb3d
Author: wwp <subscript at free.fr>
Date: Fri Apr 1 13:59:58 2022 +0200
Fix weird logic with the 'Edit filter action' dialog.
diff --git a/src/prefs_actions.c b/src/prefs_actions.c
index 71483a13d..ccfd787fd 100644
--- a/src/prefs_actions.c
+++ b/src/prefs_actions.c
@@ -1321,7 +1321,7 @@ 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."),
- GTK_STOCK_CANCEL, _("_Continue editing"), NULL, ALERTFOCUS_SECOND) != G_ALERTDEFAULT) {
+ GTK_STOCK_CLOSE, GTK_STOCK_OPEN, 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