v...@lyx.org wrote:
>  void GuiCompare::finished(bool aborted)
>  {
>       enableControls(true);
> +     if (old_buffer_)
> +             old_buffer_->setReadonly(false);
> +     if (new_buffer_)
> +             new_buffer_->setReadonly(false);

does this touches the opened buffer in view? if yes, what if the buffer was
already readonly before?

pavel

Reply via email to