Please Abdel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37802 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-02-28 15:45:53 +00:00
parent 2761cd67bb
commit 25e98edd00

View File

@ -176,8 +176,8 @@ bool GuiErrorList::goTo(int item)
while (dit.inset().lyxCode() == INFO_CODE)
dit.forwardPos();
// If this paragraph has zero size, highlight the previous one
while (dit.paragraph().size() == 0)
// If this paragraph is empty, highlight the previous one
while (dit.paragraph().empty())
dit.backwardPos();
// Now make the selection.