]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.c
Only jump the the location of the find result for the first match when
[evince.git] / shell / ev-view.c
index 02a278325ec63ee8c51fc66306246974782a4cf4..ac4748e00962295f67ec44fe2e2a1b458f90743f 100644 (file)
@@ -5101,6 +5101,7 @@ jump_to_find_result (EvView *view)
                rect = ev_view_find_get_result (view, page, view->find_result);
                doc_rect_to_view_rect (view, page, rect, &view_rect);
                ensure_rectangle_is_visible (view, &view_rect);
+               view->jump_to_find_result = FALSE;
        }
 }