[balsa/70-refactor-crypto-flags: 11/11] identity: One more GUINT cast
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/70-refactor-crypto-flags: 11/11] identity: One more GUINT cast
- Date: Tue, 5 Apr 2022 22:02:33 +0000 (UTC)
commit 9a8be42785b7248a39dd2ceeb3e43a15fff1ca23
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Tue Apr 5 18:01:56 2022 -0400
identity: One more GUINT cast
libbalsa/identity.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libbalsa/identity.c b/libbalsa/identity.c
index 24e4ce63f..9e72dbe27 100644
--- a/libbalsa/identity.c
+++ b/libbalsa/identity.c
@@ -2075,7 +2075,7 @@ ident_dialog_add_gpg_menu(GtkWidget * grid, gint row, GtkDialog * dialog,
add_show_menu(_("GnuPG MIME mode"),
GUINT_TO_POINTER(LIBBALSA_PROTECT_RFC3156), opt_menu);
add_show_menu(_("GnuPG OpenPGP mode"),
- GINT_TO_POINTER(LIBBALSA_PROTECT_OPENPGP), opt_menu);
+ GUINT_TO_POINTER(LIBBALSA_PROTECT_OPENPGP), opt_menu);
add_show_menu(_("GpgSM S/MIME mode"),
GUINT_TO_POINTER(LIBBALSA_PROTECT_SMIME), opt_menu);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]