From: Marco Pesenti Gritti Date: Tue, 31 May 2005 12:54:08 +0000 (+0000) Subject: Allow -1 as page value (error) X-Git-Tag: EVINCE_0_3_3~307 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b9830e9bb5c3ebfc0da148d4249b66dce0f1dff7;p=evince.git Allow -1 as page value (error) 2005-05-31 Marco Pesenti Gritti * backend/ev-link.c: (ev_link_class_init): Allow -1 as page value (error) --- diff --git a/ChangeLog b/ChangeLog index 81cfab13..0b64c9c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-31 Marco Pesenti Gritti + + * backend/ev-link.c: (ev_link_class_init): + + Allow -1 as page value (error) + 2005-05-31 Marco Pesenti Gritti * shell/ev-sidebar-thumbnails.c: diff --git a/backend/ev-link.c b/backend/ev-link.c index 48ffca57..ee54b285 100644 --- a/backend/ev-link.c +++ b/backend/ev-link.c @@ -281,7 +281,7 @@ ev_link_class_init (EvLinkClass *ev_window_class) g_param_spec_int ("page", "Link Page", "The link page", - 0, + -1, G_MAXINT, 0, G_PARAM_READWRITE));