Highlight search results

This commit is contained in:
neldoreth 2010-03-28 20:59:25 +02:00
parent aacf69d9a1
commit a6715266f0

View file

@ -1091,10 +1091,10 @@ search(void* parameter)
/* draw results */
if(results)
{
set_page(next_page);
for(list = results; list && list->data; list = g_list_next(list))
highlight_result(next_page, (PopplerRectangle*) list->data);
set_page(next_page);
}
else
{