[Commits] [SCM] claws branch, master, updated. 4.2.0-75-gc056a9ab2
wwp at claws-mail.org
wwp at claws-mail.org
Mon Apr 8 12:49:23 CET 2024
The branch, master has been updated
via c056a9ab28ff1235230af31be3f1f7fe20f98cbf (commit)
from 19c1222959db7a2cc2352b57a224b0bf431287e7 (commit)
Summary of changes:
src/prefs_other.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c056a9ab28ff1235230af31be3f1f7fe20f98cbf
Author: wwp <subscript at free.fr>
Date: Mon Apr 8 14:49:12 2024 +0200
Fix compiler warning.
diff --git a/src/prefs_other.c b/src/prefs_other.c
index 7855d9f4f..85e1f23d2 100644
--- a/src/prefs_other.c
+++ b/src/prefs_other.c
@@ -624,7 +624,7 @@ static void prefs_other_save(PrefsPage *_page)
gtk_toggle_button_get_active(
GTK_TOGGLE_BUTTON(page->checkbtn_real_time_sync));
- prefs_keybind_preset_changed(page->keys_preset_combo);
+ prefs_keybind_preset_changed(GTK_COMBO_BOX(page->keys_preset_combo));
#ifndef PASSWORD_CRYPTO_OLD
/* If we're disabling use of primary passphrase, we need to reencrypt
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list