fpicker/uiconfig/ui/explorerfiledialog.ui | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-)
New commits: commit 50c478fd84e2878b636d766e1d2141ccfa51e2f0 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Jun 8 19:44:05 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Jun 8 22:24:37 2022 +0200 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 <caol...@redhat.com> 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>