diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-11-11 21:15:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-11-12 13:03:16 +0100 |
commit | 77bc971910771232c8e6e28f4590181ced954997 (patch) | |
tree | cdd433b150fde862554286efeadf8c321950a364 /cui | |
parent | 2d200d88d972ce05951696c6920efd90fc357d31 (diff) |
Gtk-WARNING gtktreestore.c:1047: Invalid column number 6 added to iter
since:
commit 985b404f208559b4a91f31eb31dafa9d0384fdaf
Date: Wed Nov 8 21:34:41 2023 +0100
tdf#158003 - UI: Part 22 - Unify lockdown behavior of Options dialog
for Language - Writing Aids Page.
Change-Id: Iff9ab545a5d212d004b55f5ceab11d4c9f6dee5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159341
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optlingupage.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/optlingupage.ui b/cui/uiconfig/ui/optlingupage.ui index 8be09171927b..ad8ee3da1ca7 100644 --- a/cui/uiconfig/ui/optlingupage.ui +++ b/cui/uiconfig/ui/optlingupage.ui @@ -42,6 +42,10 @@ <column type="gboolean"/> <!-- column-name checktri1 --> <column type="gboolean"/> + <!-- column-name weight1 --> + <column type="gint"/> + <!-- column-name sensitive1 --> + <column type="gboolean"/> </columns> </object> <!-- n-columns=1 n-rows=3 --> @@ -398,6 +402,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer555"/> <attributes> + <attribute name="sensitive">6</attribute> <attribute name="visible">3</attribute> <attribute name="active">0</attribute> </attributes> @@ -411,6 +416,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderer444"/> <attributes> + <attribute name="sensitive">6</attribute> <attribute name="text">1</attribute> </attributes> </child> |