Fix the bug that index can not jump to specific page

This commit is contained in:
sandnon 2012-05-12 17:04:25 +02:00 committed by Sebastian Ramacher
parent 3793b5b33d
commit 3986cbc032

View File

@ -147,8 +147,8 @@ cb_index_row_activated(GtkTreeView* tree_view, GtkTreePath* path,
return;
}
zathura_link_evaluate(zathura, index_element->link);
sc_toggle_index(zathura->ui.session, NULL, NULL, 0);
zathura_link_evaluate(zathura, index_element->link);
}
g_object_unref(model);