version 0.0.3

This commit is contained in:
Moritz Lipp 2010-04-11 21:13:04 +02:00
parent 0152352647
commit a2d4a9e6a7
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# See LICENSE file for license and copyright information
# zathura make config
VERSION = 0.0.2
VERSION = 0.0.3
# paths
PREFIX = /usr

View file

@ -1,4 +1,4 @@
.TH ZATHURA 1 zathura\-0.0
.TH ZATHURA 1 zathura\-VERSION
.SH NAME
zathura \- a PDF viewer
.SH SYNOPSIS

View file

@ -2857,7 +2857,8 @@ cb_index_selection_changed(GtkTreeSelection* treeselection, GtkWidget* action_vi
if(page_number >= 0 && page_number <= Zathura.PDF.number_of_pages)
{
set_page(page_number - 1);
/*update_status();*/
update_status();
gtk_widget_grab_focus(GTK_WIDGET(Zathura.UI.view));
}
}
}