fpicker/uiconfig/ui/explorerfiledialog.ui |   14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

New commits:
commit 82ed441f8ad1538501f3dd2655e04d81ae9031a0
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Jun 8 19:44:05 2022 +0100
Commit:     Michael Stahl <[email protected]>
CommitDate: Thu Jun 9 11:31:24 2022 +0200

    GtkIconView uses a different way to link model and view
    
    Change-Id: I1ad2734c9f28568433de8b9532cf20da8a27f7cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135391
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui 
b/fpicker/uiconfig/ui/explorerfiledialog.ui
index 1817d785c814..13fb66fe010f 100644
--- a/fpicker/uiconfig/ui/explorerfiledialog.ui
+++ b/fpicker/uiconfig/ui/explorerfiledialog.ui
@@ -442,18 +442,8 @@
                                     <property name="hexpand">True</property>
                                     <property name="vexpand">True</property>
                                     <property 
name="model">liststore2</property>
-                                    <child>
-                                      <object class="GtkCellRendererPixbuf" 
id="icon"/>
-                                      <attributes>
-                                        <attribute name="pixbuf">0</attribute>
-                                      </attributes>
-                                    </child>
-                                    <child>
-                                      <object class="GtkCellRendererText" 
id="text"/>
-                                      <attributes>
-                                        <attribute name="text">1</attribute>
-                                      </attributes>
-                                    </child>
+                                    <property name="pixbuf-column">0</property>
+                                    <property name="text-column">1</property>
                                   </object>
                                 </child>
                               </object>

Reply via email to