From d28cbf1b607f57d94bee3ae9a355ec2915c98277 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sun, 19 Jul 2020 09:12:21 -0400
Subject: [PATCH] Don't allow edits of own Briar link when adding contacts

---
 briar-gtk/data/ui/add_contact.ui | 1 +
 1 file changed, 1 insertion(+)

diff --git a/briar-gtk/data/ui/add_contact.ui b/briar-gtk/data/ui/add_contact.ui
index c687053..d9d2e1d 100644
--- a/briar-gtk/data/ui/add_contact.ui
+++ b/briar-gtk/data/ui/add_contact.ui
@@ -45,6 +45,7 @@
             <property name="max_width_chars">-1</property>
             <property name="width_request">232</property>
             <property name="can_focus">True</property>
+            <property name="editable">False</property>
             <property name="input_purpose">GTK_INPUT_PURPOSE_URL</property>
           </object>
           <packing>
-- 
GitLab