]> git.lyx.org Git - features.git/commitdiff
bug fix.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 22 Aug 2007 14:38:25 +0000 (14:38 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 22 Aug 2007 14:38:25 +0000 (14:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19725 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index 75324b8fe4b0726eb95cd74cad76d18c590a9de4..8a6788112bd51a031cbcacd2b6a26f815781d3e1 100644 (file)
@@ -435,8 +435,8 @@ bool BufferView::moveToPosition(pit_type bottom_pit, pos_type bottom_pos,
                                        doc_it.resize(i);
                                        break;
                                }
+                       success = true;
                }
-               success = true;
        }
 
        // if top_id == 0, or searching through top_id failed