[Libreoffice-commits] core.git: sc/uiconfig

Katarina Behrens Katarina.Behrens at cib.de
Sat Sep 12 04:08:25 PDT 2015


 sc/uiconfig/scalc/ui/protectsheetdlg.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 27304ec7c2b6037cf0a24b7b671092c5353567ec
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/18469
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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