sc/uiconfig/scalc/ui/protectsheetdlg.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7108b46723750dd390d28afda37ecf1e85581f6a Author: Katarina Behrens <katarina.behr...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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>
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits