summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-09-06 16:38:45 +0300
committerAndras Timar <andras.timar@collabora.com>2015-09-28 10:18:43 +0200
commit13eb06f272d48178d420744fcf3243d2abf14aef (patch)
tree86b2bde9edfd40ab24bc8bcb5d0bfccfe82751eb
parent049f8b238328e0688d7915a26f48b945ed171f0a (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/18371 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit e952d86183eeb5852aefcf341ba25d039447818a)
-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 c846d073560c..97b6c29185fc 100644
--- a/sfx2/uiconfig/ui/newstyle.ui
+++ b/sfx2/uiconfig/ui/newstyle.ui
@@ -22,6 +22,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>