Revert latest commit

This commit is contained in:
Moritz Lipp 2012-02-25 23:54:38 +01:00
parent 6eb9db6cb6
commit be8b8f3bb7

View file

@ -520,7 +520,7 @@ sc_search(girara_session_t* session, girara_argument_t* argument,
for (int npage_id = 1; page_id < num_pages; ++npage_id) {
int ntmp = cur_page + diff * (page_id + npage_id);
zathura_page_t* npage = zathura->document->pages[(ntmp + 2*num_pages) % num_pages];
zathura->global.update_page_number = true;
zathura->document->current_page_number = npage->number;
g_object_get(npage->drawing_area, "search-length", &num_search_results, NULL);
if (num_search_results != 0) {
target_page = npage;