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:
Pavel Sanda 2010-01-10 15:47:40 +00:00
parent 8214670316
commit a4c95c5b3b

View File

@ -2456,6 +2456,7 @@ void GuiView::dispatchVC(FuncRequest const & cmd)
break; break;
if (buffer->lyxvc().inUse() && !buffer->isReadonly()) { if (buffer->lyxvc().inUse() && !buffer->isReadonly()) {
msg = buffer->lyxvc().checkIn(); msg = buffer->lyxvc().checkIn();
if (!msg.empty())
reloadBuffer(); reloadBuffer();
} }
break; break;