[evolution] I#1896 - Composer: Ensure URL entry is focused in Link Properties
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#1896 - Composer: Ensure URL entry is focused in Link Properties
- Date: Mon, 9 May 2022 08:00:11 +0000 (UTC)
commit 8c46e054d3e640d3d33f2f8563f6577291f7edbd
Author: Milan Crha <mcrha redhat com>
Date: Mon May 9 09:59:41 2022 +0200
I#1896 - Composer: Ensure URL entry is focused in Link Properties
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1896
src/e-util/e-html-editor-link-dialog.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/e-util/e-html-editor-link-dialog.c b/src/e-util/e-html-editor-link-dialog.c
index d69ae9dfae..3ad8ceac78 100644
--- a/src/e-util/e-html-editor-link-dialog.c
+++ b/src/e-util/e-html-editor-link-dialog.c
@@ -171,6 +171,8 @@ html_editor_link_dialog_show (GtkWidget *widget)
/* Chain up to parent implementation */
GTK_WIDGET_CLASS (e_html_editor_link_dialog_parent_class)->show (widget);
+
+ gtk_widget_grab_focus (dialog->priv->url_edit);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]