src/Tools/jEdit/src/document_model.scala
changeset 65243 ba5ce07e06a7
parent 65196 e8760a98db78
child 65245 e955b33f432c
--- a/src/Tools/jEdit/src/document_model.scala	Tue Mar 14 21:24:33 2017 +0100
+++ b/src/Tools/jEdit/src/document_model.scala	Tue Mar 14 21:26:25 2017 +0100
@@ -182,7 +182,7 @@
             }
         })
     if (changed) {
-      PIDE.options_changed()
+      PIDE.plugin.options_changed()
       PIDE.editor.flush()
     }
   }