]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Minor renaming. We don't have any other iterators here, so
[lyx.git] / src / VCBackend.cpp
index bf117d249462f3e94d3b4d8b0afae8da2f1afddf..422483347c303bf234c1f5b8ced66a42290218bc 100644 (file)
@@ -273,7 +273,11 @@ void RCS::getLog(FileName const & tmpf)
 
 bool RCS::toggleReadOnlyEnabled()
 {
-       return true;
+       // This got broken somewhere along lfuns dispatch reorganization.
+       // reloadBuffer would be needed after this, but thats problematic
+       // since we are inside Buffer::dispatch.
+       // return true;
+       return false;
 }