[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-74-gd6576d519

wwp at claws-mail.org wwp at claws-mail.org
Mon Apr 8 12:49:42 UTC 2024


The branch, gtk2 has been updated
       via  d6576d51970c3e6af5d1824f7c088a6b8ed1033e (commit)
      from  998b3aee0d6ad0d592fc2142295df7a97a9028c0 (commit)

Summary of changes:
 src/prefs_other.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit d6576d51970c3e6af5d1824f7c088a6b8ed1033e
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 558ae4e40..06e209827 100644
--- a/src/prefs_other.c
+++ b/src/prefs_other.c
@@ -640,7 +640,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