Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
bd8097d5
Commit
bd8097d5
authored
Feb 08, 2012
by
Sebastian Ramacher
Browse files
don't add +1 to current page number
parent
70dbf391
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
bd8097d5
...
...
@@ -501,7 +501,7 @@ document_close(zathura_t* zathura)
}
/* store last seen page */
zathura_db_set_fileinfo
(
zathura
->
database
,
zathura
->
document
->
file_path
,
zathura
->
document
->
current_page_number
+
1
,
zathura_db_set_fileinfo
(
zathura
->
database
,
zathura
->
document
->
file_path
,
zathura
->
document
->
current_page_number
,
/* zathura->document->offset TODO */
0
,
zathura
->
document
->
scale
,
zathura
->
document
->
rotate
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment