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,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;