From c0d3a0601a68039e565194655ee9e719d29466c7 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 27 Aug 2015 11:19:47 +0300 Subject: made --page-index command line option actually work that logic error was completely ridiculous --- shell/ev-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1