diff options
-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> |