git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28257 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-20 14:51:18 +00:00
parent a13b78cf3c
commit 19839d8c82
2 changed files with 4 additions and 1 deletions

View File

@ -692,7 +692,7 @@ bool LyXFunc::ensureBufferClean(BufferView * bv)
_("&Cancel"));
if (ret == 0)
dispatch(FuncRequest(LFUN_BUFFER_WRITE));
lyx_view_->dispatch(FuncRequest(LFUN_BUFFER_WRITE));
return buf.isClean();
}

View File

@ -184,6 +184,9 @@ What's new
- Fix reloading bug for RCS revision control introduced in 1.6.1, backport
trunk fix for bug 5389 (bug 5697)
- Fix RCS check-in when more windows are opened, wrong file could be saved
before commit.
* DOCUMENTATION AND LOCALIZATION