mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
Backport
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:
parent
a13b78cf3c
commit
19839d8c82
@ -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();
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user