Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andi Sardina Ramos
Okular
Commits
53c758a0
Commit
53c758a0
authored
Nov 11, 2003
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display good page in "goto page" dialogbox
svn path=/trunk/kdegraphics/kpdf/; revision=266331
parent
81c3bb40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kpdf/kpdf_part.cpp
kpdf/kpdf_part.cpp
+1
-1
No files found.
kpdf/kpdf_part.cpp
View file @
53c758a0
...
...
@@ -162,7 +162,7 @@ void Part::slotGoToPage()
if
(
m_doc
)
{
bool
ok
=
false
;
int
num
=
KInputDialog
::
getInteger
(
i18n
(
"Go to Page"
),
i18n
(
"Page:"
),
1
,
int
num
=
KInputDialog
::
getInteger
(
i18n
(
"Go to Page"
),
i18n
(
"Page:"
),
m_currentPage
,
1
,
m_doc
->
getNumPages
(),
1
,
10
,
&
ok
/*, _part->widget()*/
);
if
(
ok
)
goToPage
(
num
);
...
...
Write
Preview
Markdown
is supported
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