summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-08-27 11:19:47 +0300
committerinfirit <[email protected]>2015-08-31 14:51:18 +0200
commitc0d3a0601a68039e565194655ee9e719d29466c7 (patch)
tree9f3226be1b66b5ff53de168dee61480ebbc1772b
parentceeaa290add4b6023cc61454a1c4c08b3e09e6bc (diff)
downloadatril-c0d3a0601a68039e565194655ee9e719d29466c7.tar.bz2
atril-c0d3a0601a68039e565194655ee9e719d29466c7.tar.xz
made --page-index command line option actually work
that logic error was completely ridiculous
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index edec70ff..5adbf63e 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1683,7 +1683,7 @@ static void
ev_window_handle_link (EvWindow *ev_window,
EvLinkDest *dest)
{
- if (ev_window->priv->document->iswebdocument == FALSE ) {
+ if (ev_window->priv->document->iswebdocument == TRUE ) {
return;
}
if (dest) {