fix some incorrect column ids
Change-Id: I17575fb6b24e5e09791dbd3f15c6cda662fefe65 Reviewed-on: https://gerrit.libreoffice.org/79087 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name text2 -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name id -->
|
||||
<column type="gchararray"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkGrid" id="ConnPoolPage">
|
||||
|
@@ -196,7 +196,7 @@
|
||||
<property name="radio">True</property>
|
||||
</object>
|
||||
<attributes>
|
||||
<attribute name="visible">4</attribute>
|
||||
<attribute name="visible">5</attribute>
|
||||
<attribute name="active">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
|
@@ -28,14 +28,14 @@
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name checkvis1 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name checktri1 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name checkvis2 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name checktri2 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name checkvis3 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name checktri1 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name checktri2 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name checktri3 -->
|
||||
<column type="gboolean"/>
|
||||
</columns>
|
||||
@@ -134,7 +134,7 @@
|
||||
<child>
|
||||
<object class="GtkCellRendererToggle" id="cellrenderer1"/>
|
||||
<attributes>
|
||||
<attribute name="visible">4</attribute>
|
||||
<attribute name="visible">6</attribute>
|
||||
<attribute name="active">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
@@ -148,7 +148,7 @@
|
||||
<child>
|
||||
<object class="GtkCellRendererToggle" id="cellrenderer5"/>
|
||||
<attributes>
|
||||
<attribute name="visible">5</attribute>
|
||||
<attribute name="visible">7</attribute>
|
||||
<attribute name="active">1</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
@@ -162,7 +162,7 @@
|
||||
<child>
|
||||
<object class="GtkCellRendererToggle" id="cellrenderer7"/>
|
||||
<attributes>
|
||||
<attribute name="visible">6</attribute>
|
||||
<attribute name="visible">8</attribute>
|
||||
<attribute name="active">2</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
|
Reference in New Issue
Block a user