aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/fileOps.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-08-16 01:29:07 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-08-16 03:53:40 +0200
commit5a90c69f8e4699f205ec3e59cfd49ad9fb9f6f87 (patch)
tree9d31cb58d1c6166beec1757668e73ad5d794b0d6 /ide/fileOps.ml
parent2c70dd6a256ed4cac2b74bd0c8719ab37fffcb84 (diff)
Turning CoqIDE preferences into new style.
Some old style references remain because all type converters are not implemented yet.
Diffstat (limited to 'ide/fileOps.ml')
-rw-r--r--ide/fileOps.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/fileOps.ml b/ide/fileOps.ml
index 03b3fcd4e..b8e1861ef 100644
--- a/ide/fileOps.ml
+++ b/ide/fileOps.ml
@@ -87,7 +87,7 @@ object(self)
flash_info "Could not overwrite file"
| _ ->
Minilib.log "Auto revert set to false";
- prefs.Preferences.global_auto_revert <- false;
+ Preferences.global_auto_revert#set false;
revert_timer.kill ()
method save f =