I#1896 - Composer: Ensure URL entry is focused in Link Properties
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1896
This commit is contained in:
@ -171,6 +171,8 @@ html_editor_link_dialog_show (GtkWidget *widget)
|
|||||||
|
|
||||||
/* Chain up to parent implementation */
|
/* Chain up to parent implementation */
|
||||||
GTK_WIDGET_CLASS (e_html_editor_link_dialog_parent_class)->show (widget);
|
GTK_WIDGET_CLASS (e_html_editor_link_dialog_parent_class)->show (widget);
|
||||||
|
|
||||||
|
gtk_widget_grab_focus (dialog->priv->url_edit);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user