diff options
author | monsta <[email protected]> | 2015-08-27 11:19:47 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-31 15:02:43 +0200 |
commit | 52c1c01e2ea9c4c467266124e4221f64d77425f9 (patch) | |
tree | d3d59810513a7abe358f1c4b5d59fc20c570a7a0 | |
parent | 0099f1b6ff8616ab8eae3ed352ca1e2a19b273d3 (diff) | |
download | atril-52c1c01e2ea9c4c467266124e4221f64d77425f9.tar.bz2 atril-52c1c01e2ea9c4c467266124e4221f64d77425f9.tar.xz |
made --page-index command line option actually work
that logic error was completely ridiculous
-rw-r--r-- | shell/ev-window.c | 2 |
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) { |