[evolution-data-server] I#334 - ECredentialsPrompter: Truncate multiline for pasted passwords
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] I#334 - ECredentialsPrompter: Truncate multiline for pasted passwords
- Date: Mon, 24 May 2021 19:06:27 +0000 (UTC)
commit 63da7095de27203af5f46537e7754bb2b8f27801
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 59ed3a641..bb22386ee 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]