summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-09-06 16:38:45 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-09-07 13:52:46 +0000
commitf14659933b6ddb76c55a523badf50e61f8015ec7 (patch)
tree4bd68edda26b444176e3ca2dda88d0a48a853d17
parentfc94c658d688ded3fe8a883a84ca1a22cb3ff470 (diff)
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@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sfx2/uiconfig/ui/newstyle.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui
index df5f28cacf88..d80b835a1e32 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>