[connections] preferences: Remove activatable_widget property for the host address



commit 0704cd1df1fc37f3b88a014e63d174296961d790
Author: Manuel Wassermann <manuel wassermann97 gmail com>
Date:   Thu Nov 18 19:16:06 2021 +0100

    preferences: Remove activatable_widget property for the host address
    
    Otherwise a click on the address row results in a crash.

 src/ui/rdp-preferences.ui | 1 -
 src/ui/vnc-preferences.ui | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/src/ui/rdp-preferences.ui b/src/ui/rdp-preferences.ui
index 78e93f2..2b644ec 100644
--- a/src/ui/rdp-preferences.ui
+++ b/src/ui/rdp-preferences.ui
@@ -18,7 +18,6 @@
 
               <child>
                 <object class="HdyActionRow">
-                  <property name="activatable-widget">host_address_label</property>
                   <property name="visible">True</property>
                   <property name="title" translatable="yes">Address</property>
 
diff --git a/src/ui/vnc-preferences.ui b/src/ui/vnc-preferences.ui
index 93c144e..edd31f4 100644
--- a/src/ui/vnc-preferences.ui
+++ b/src/ui/vnc-preferences.ui
@@ -18,7 +18,6 @@
 
               <child>
                 <object class="HdyActionRow">
-                  <property name="activatable-widget">host_address_label</property>
                   <property name="visible">True</property>
                   <property name="title" translatable="yes">Address</property>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]