[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sfx2/uiconfig

Maxim Monastirsky momonasmon at gmail.com
Mon Sep 7 06:53:07 PDT 2015


 sfx2/uiconfig/ui/newstyle.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f14659933b6ddb76c55a523badf50e61f8015ec7
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Sun Sep 6 16:38:45 2015 +0300

    tdf#91554 OK button should be disabled initially
    
    Regression of eb505c259d0d7bd05d1bb5be5a14ad8613c2a9c7.
    
    Change-Id: I4623c41617d92a808513f18154a7531e6dfd5463
    (cherry picked from commit fdbad6761f5634982bb7b837bb145b3bd580832b)
    Reviewed-on: https://gerrit.libreoffice.org/18370
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui
index df5f28c..d80b835 100644
--- a/sfx2/uiconfig/ui/newstyle.ui
+++ b/sfx2/uiconfig/ui/newstyle.ui
@@ -23,6 +23,7 @@
               <object class="GtkButton" id="ok">
                 <property name="label">gtk-ok</property>
                 <property name="visible">True</property>
+                <property name="sensitive">False</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="has_default">True</property>


More information about the Libreoffice-commits mailing list