mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
This patch from Richard was correct.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32942 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8214670316
commit
a4c95c5b3b
@ -2456,7 +2456,8 @@ void GuiView::dispatchVC(FuncRequest const & cmd)
|
||||
break;
|
||||
if (buffer->lyxvc().inUse() && !buffer->isReadonly()) {
|
||||
msg = buffer->lyxvc().checkIn();
|
||||
reloadBuffer();
|
||||
if (!msg.empty())
|
||||
reloadBuffer();
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user