[evolution] I#1075 - EHTMLEditorLinkDialog: Default to https://
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#1075 - EHTMLEditorLinkDialog: Default to https://
- Date: Fri, 11 Sep 2020 07:01:15 +0000 (UTC)
commit 0fdd30bde2a9959250b3719413e4e8894082c952
Author: Milan Crha <mcrha redhat com>
Date: Fri Sep 11 09:00:48 2020 +0200
I#1075 - EHTMLEditorLinkDialog: Default to https://
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1075
src/e-util/e-html-editor-link-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/e-util/e-html-editor-link-dialog.c b/src/e-util/e-html-editor-link-dialog.c
index ce5337545f..d69ae9dfae 100644
--- a/src/e-util/e-html-editor-link-dialog.c
+++ b/src/e-util/e-html-editor-link-dialog.c
@@ -146,7 +146,7 @@ html_editor_link_dialog_show (GtkWidget *widget)
cnt_editor = e_html_editor_get_content_editor (editor);
/* Reset to default values */
- gtk_entry_set_text (GTK_ENTRY (dialog->priv->url_edit), "http://");
+ gtk_entry_set_text (GTK_ENTRY (dialog->priv->url_edit), "https://");
gtk_entry_set_text (GTK_ENTRY (dialog->priv->label_edit), "");
gtk_widget_set_sensitive (dialog->priv->label_edit, TRUE);
gtk_widget_set_sensitive (dialog->priv->remove_link_button, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]