[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/uiconfig
Katarina Behrens
Katarina.Behrens at cib.de
Mon Sep 14 03:24:18 PDT 2015
sc/uiconfig/scalc/ui/protectsheetdlg.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7108b46723750dd390d28afda37ecf1e85581f6a
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date: Thu Sep 10 13:22:03 2015 +0200
tdf#94037: Don't try to manipulate non-existent widget container
Regression from commit 8b7799972a95da50e1e92748, which replaced
named GtkFrame with GtkBox, but didn't rename the box accordingly.
Change-Id: I321dbee05faded81dbf575bca3c578ecb09f1a3e
Reviewed-on: https://gerrit.libreoffice.org/18562
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index 388c289..ee0d7c3 100644
--- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui
+++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
@@ -180,7 +180,7 @@
</packing>
</child>
<child>
- <object class="GtkBox" id="box3">
+ <object class="GtkBox" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
More information about the Libreoffice-commits
mailing list