]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.c
Adapt to the new poppler rotation API. Fix text maps on landscape
[evince.git] / shell / ev-view.c
index 70555545668d8c842508053eb82ba850b121fcfa..1e954594fa5359bdbbe445e93005d3de25a0a839 100644 (file)
@@ -1686,8 +1686,7 @@ highlight_find_results (EvView *view, int page)
                        alpha = 0x20;
                }
 
-               ev_document_find_get_result (find, page,
-                                            i, &rectangle);
+               ev_document_find_get_result (find, page, i, &rectangle);
                doc_rect_to_view_rect (view, page, &rectangle, &view_rectangle);
                draw_rubberband (GTK_WIDGET (view), GTK_WIDGET(view)->window,
                                 &view_rectangle, alpha);