X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view.c;h=ac4748e00962295f67ec44fe2e2a1b458f90743f;hb=1945e728811e4011d8a086f5da1486c5adb0dd02;hp=02a278325ec63ee8c51fc66306246974782a4cf4;hpb=c6f50877f279543454ba4925983785885dcb9015;p=evince.git diff --git a/shell/ev-view.c b/shell/ev-view.c index 02a27832..ac4748e0 100644 --- a/shell/ev-view.c +++ b/shell/ev-view.c @@ -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; } }