[evolution-data-server/gnome-40] I#334 - ECredentialsPrompter: Truncate multiline for pasted passwords



commit a9115bc2bc8885303aba5181ea92be8a67ee2f0e
Author: Milan Crha <mcrha redhat com>
Date:   Mon May 24 21:05:18 2021 +0200

    I#334 - ECredentialsPrompter: Truncate multiline for pasted passwords
    
    Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/334

 src/libedataserverui/e-credentials-prompter-impl-password.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/libedataserverui/e-credentials-prompter-impl-password.c 
b/src/libedataserverui/e-credentials-prompter-impl-password.c
index 97c23339f..d3b24f394 100644
--- a/src/libedataserverui/e-credentials-prompter-impl-password.c
+++ b/src/libedataserverui/e-credentials-prompter-impl-password.c
@@ -339,6 +339,7 @@ e_credentials_prompter_impl_password_show_dialog (ECredentialsPrompterImplPasswo
                G_OBJECT (password_entry),
                "hexpand", TRUE,
                "halign", GTK_ALIGN_FILL,
+               "truncate-multiline", TRUE,
                NULL);
        if (e_named_parameters_get (prompter_password->priv->credentials, E_SOURCE_CREDENTIAL_PASSWORD))
                gtk_entry_set_text (password_entry, e_named_parameters_get 
(prompter_password->priv->credentials, E_SOURCE_CREDENTIAL_PASSWORD));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]