Update statusbar in page_set

This commit is contained in:
Moritz Lipp 2012-02-21 22:12:44 +01:00
parent a4b4c91dae
commit bc7878da0e

View file

@ -629,6 +629,8 @@ page_set(zathura_t* zathura, unsigned int page_id)
set_adjustment(view_hadjustment, offset.x);
set_adjustment(view_vadjustment, offset.y);
statusbar_page_number_update(zathura);
return true;
error_out: