summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-09-10 13:22:03 +0200
committerAndras Timar <andras.timar@collabora.com>2015-09-19 21:32:14 +0200
commit737f1a616b28439e9186969aa4deb24a1622db25 (patch)
tree1e07e0d5ee20d9ed5444a3761654704dc2a28f69
parent0237c15b2de17a715df9f6e15c97a72c22621f72 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sc/uiconfig/scalc/ui/protectsheetdlg.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index 388c2892300a..ee0d7c37c70b 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>