Kaydet (Commit) d9cc1208 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#122711 fix order of columns

Change-Id: I04c078257fd9290ca17410b4833828f7f6bfd266
Reviewed-on: https://gerrit.libreoffice.org/66352
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 87496325
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
<requires lib="gtk+" version="3.18"/> <requires lib="gtk+" version="3.18"/>
<object class="GtkTreeStore" id="liststore1"> <object class="GtkTreeStore" id="liststore1">
<columns> <columns>
<!-- column-name text -->
<column type="gchararray"/>
<!-- column-name image --> <!-- column-name image -->
<column type="GdkPixbuf"/> <column type="GdkPixbuf"/>
<!-- column-name text -->
<column type="gchararray"/>
<!-- column-name id --> <!-- column-name id -->
<column type="gchararray"/> <column type="gchararray"/>
</columns> </columns>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment