From 82b24f9c1358b21bf7245c04615895ac3331dead Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Mon, 9 Dec 2019 11:22:12 +0100
Subject: [PATCH] Mark URL fields with "input purpose url"

---
 data/ui/add_contact.ui | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/ui/add_contact.ui b/data/ui/add_contact.ui
index f485cec..e93afe1 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>
-- 
GitLab