diff --git a/data/ui/add_contact.ui b/data/ui/add_contact.ui index f485cec549e42ee06ce2491c2f847421d4f5d81b..e93afe1b2b3cfc01c2e1b4f54824aaf98eb7f07c 100644 --- a/data/ui/add_contact.ui +++ b/data/ui/add_contact.ui @@ -35,6 +35,7 @@ <child> <object class="GtkEntry" id="own_link_entry"> <property name="visible">True</property> + <property name="input_purpose">GTK_INPUT_PURPOSE_URL</property> </object> <packing> <property name="left_attach">1</property> @@ -56,6 +57,7 @@ <object class="GtkEntry" id="their_link_entry"> <property name="visible">True</property> <property name="placeholder_text" translatable="yes" context="link exchange: their link input field">Contact's link</property> + <property name="input_purpose">GTK_INPUT_PURPOSE_URL</property> </object> <packing> <property name="left_attach">1</property>