I#1946 - Logic of "Do not sign meeting requests" is inverted

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1946
This commit is contained in:
Milan Crha 2022-06-29 17:43:20 +02:00
parent b64d5fdbd6
commit 1bc65c4e18

View File

@ -471,6 +471,7 @@ mail_config_security_page_constructed (GObject *object)
e_binding_bind_property (
composition_ext, "sign-imip",
widget, "active",
G_BINDING_INVERT_BOOLEAN |
G_BINDING_BIDIRECTIONAL |
G_BINDING_SYNC_CREATE);