[fractal/fractal-next] content: Fix crash when loading room history



commit 05d7b9c356b6ebd017baa1e5ba1f507e0362466b
Author: Julian Sparber <julian sparber net>
Date:   Wed Oct 27 15:39:18 2021 +0200

    content: Fix crash when loading room history
    
    This is a workaround https://gitlab.gnome.org/GNOME/gtk/-/issues/4305
    Since we don't allow selection right now this has no implication for us.

 data/resources/ui/content-item.ui | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/data/resources/ui/content-item.ui b/data/resources/ui/content-item.ui
index 3dbf6b97..3a2c3bce 100644
--- a/data/resources/ui/content-item.ui
+++ b/data/resources/ui/content-item.ui
@@ -2,11 +2,7 @@
 <interface>
   <template class="GtkListItem">
     <property name="activatable">False</property>
-    <binding name="selectable">
-      <lookup type="RoomItem" name="selectable">
-        <lookup name="item">GtkListItem</lookup>
-      </lookup>
-    </binding>
+    <property name="selectable">False</property>
     <property name="child">
       <object class="ContentItemRow">
         <binding name="item">


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