diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-06-08 19:44:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-06-08 22:24:37 +0200 |
commit | 50c478fd84e2878b636d766e1d2141ccfa51e2f0 (patch) | |
tree | d50e9b1d7174852b2c143cc811ce4ff2767e2648 /fpicker | |
parent | 83c2a61737604e3ad870cb57d921bb38c934fbd4 (diff) |
GtkIconView uses a different way to link model and view
Change-Id: I1ad2734c9f28568433de8b9532cf20da8a27f7cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135512
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/uiconfig/ui/explorerfiledialog.ui | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui index 9c673fa49452..852ae4f2782f 100644 --- a/fpicker/uiconfig/ui/explorerfiledialog.ui +++ b/fpicker/uiconfig/ui/explorerfiledialog.ui @@ -444,18 +444,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> |