[Libreoffice-commits] core.git: cui/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 18 13:53:58 UTC 2019
cui/uiconfig/ui/connpooloptions.ui | 2 ++
cui/uiconfig/ui/optadvancedpage.ui | 2 +-
cui/uiconfig/ui/optfontspage.ui | 14 +++++++-------
3 files changed, 10 insertions(+), 8 deletions(-)
New commits:
commit 46479769e027f8596e28ac814edb5005835ea09b
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Sep 18 11:49:10 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Sep 18 15:52:09 2019 +0200
fix some incorrect column ids
Change-Id: I17575fb6b24e5e09791dbd3f15c6cda662fefe65
Reviewed-on: https://gerrit.libreoffice.org/79087
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/uiconfig/ui/connpooloptions.ui b/cui/uiconfig/ui/connpooloptions.ui
index 14b92a30346a..f51b5b87acc8 100644
--- a/cui/uiconfig/ui/connpooloptions.ui
+++ b/cui/uiconfig/ui/connpooloptions.ui
@@ -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">
diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui
index 8162c26b7871..cd4359b9ae6d 100644
--- a/cui/uiconfig/ui/optadvancedpage.ui
+++ b/cui/uiconfig/ui/optadvancedpage.ui
@@ -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>
diff --git a/cui/uiconfig/ui/optfontspage.ui b/cui/uiconfig/ui/optfontspage.ui
index 8de16075a2d3..530a5316fa0e 100644
--- a/cui/uiconfig/ui/optfontspage.ui
+++ b/cui/uiconfig/ui/optfontspage.ui
@@ -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>
More information about the Libreoffice-commits
mailing list