diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-06-15 20:43:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-06-16 18:04:33 +0200 |
commit | ec3d7ca054f63ad76fa1bd5a5fdf23a3a3eaed1d (patch) | |
tree | 2c9c1f086e7f5b2db5d1a4b024d4c0add468c9f0 /sw/uiconfig/swriter/ui/optcaptionpage.ui | |
parent | b2e52c203e89e29f28931634df5a2d9b8d522f7b (diff) |
fix gtktreestore.c:1047: Invalid column number 6 added to iter warning
probably since:
commit 35f59457ff434b7b97cad6ce1dbef6ff07f7bc96
Date: Thu Nov 16 17:03:39 2023 +0100
tdf#158135 - UI: Part 30 - Unify lockdown behavior of Options dialog
for Writer - Compatibility Page.
Change-Id: Icaf1320f4f819294d49f99b3f1728fa025c51e11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168914
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/optcaptionpage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/optcaptionpage.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/optcaptionpage.ui b/sw/uiconfig/swriter/ui/optcaptionpage.ui index f8384b45bf88..29dc5ec08c69 100644 --- a/sw/uiconfig/swriter/ui/optcaptionpage.ui +++ b/sw/uiconfig/swriter/ui/optcaptionpage.ui @@ -4,7 +4,7 @@ <requires lib="gtk+" version="3.20"/> <object class="GtkTreeStore" id="liststore1"> <columns> - <!-- column-name check --> + <!-- column-name check1 --> <column type="gboolean"/> <!-- column-name text --> <column type="gchararray"/> @@ -14,6 +14,10 @@ <column type="gboolean"/> <!-- column-name checktri1 --> <column type="gboolean"/> + <!-- column-name weight1 --> + <column type="gint"/> + <!-- column-name sensitive1 --> + <column type="gboolean"/> </columns> </object> <object class="GtkBox" id="OptCaptionPage"> @@ -621,6 +625,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderer1"/> <attributes> + <attribute name="sensitive">6</attribute> <attribute name="text">1</attribute> </attributes> </child> |