cui/uiconfig/ui/editmodulesdialog.ui | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 8e5b695eeb2ddc969efae09f0bcf24d5a773c7c1 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Thu May 1 14:38:31 2025 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu May 1 17:25:32 2025 +0200 Gtk-WARNING Invalid column number 6 added to iter Change-Id: Ifa0c340bd621e1490f3404a5cafcab64b2d9112e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184860 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/cui/uiconfig/ui/editmodulesdialog.ui b/cui/uiconfig/ui/editmodulesdialog.ui index c6672d15f1f3..ad99ac03c778 100644 --- a/cui/uiconfig/ui/editmodulesdialog.ui +++ b/cui/uiconfig/ui/editmodulesdialog.ui @@ -16,6 +16,10 @@ <column type="gboolean"/> <!-- column-name weight1 --> <column type="gint"/> + <!-- column-name sensitive1 --> + <column type="gboolean"/> + <!-- column-name sensitive2 --> + <column type="gboolean"/> </columns> </object> <object class="GtkListStore" id="liststore6"> @@ -282,6 +286,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer5"/> <attributes> + <attribute name="sensitive">6</attribute> <attribute name="visible">3</attribute> <attribute name="active">0</attribute> </attributes> @@ -296,6 +301,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderer4"/> <attributes> + <attribute name="sensitive">7</attribute> <attribute name="text">1</attribute> <attribute name="weight">5</attribute> </attributes>