diff options
author | Joel <jmadero.dev@gmail.com> | 2015-05-12 12:09:32 -0700 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-14 09:27:22 +0000 |
commit | 4653c91a89cfe802754377bcdafc291526254a03 (patch) | |
tree | 63a9c4cb9ad48327490c7bdd4feb93dca1d9210d | |
parent | bf6a14e0ba4eb2a47da0146379ec905089ab3a6c (diff) |
tdf#65509 - Auto Save Also Too Disabled
Disabled "Autosave this document too."
This feature never worked right. I just made it invisible until
someone figures out how to make it work properly in order to avoid
confusion and possible data loss.
Change-Id: I9fdcf35944eec456c8b569817ddde95c13e9378e
Reviewed-on: https://gerrit.libreoffice.org/15721
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/optsavepage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optsavepage.ui b/cui/uiconfig/ui/optsavepage.ui index 2d04d2166b90..d1805030a0c7 100644 --- a/cui/uiconfig/ui/optsavepage.ui +++ b/cui/uiconfig/ui/optsavepage.ui @@ -153,7 +153,7 @@ <child> <object class="GtkCheckButton" id="userautosave"> <property name="label" translatable="yes">Automatically save the document too</property> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="margin_left">12</property> |