From: Jonathan Blandford Date: Sun, 24 Apr 2005 05:38:15 +0000 (+0000) Subject: forgot to set this. X-Git-Tag: EVINCE_0_3_0~32 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=1a362e7a70e9f07efdc601161cecbce3fc061ccb;p=evince.git forgot to set this. Sun Apr 24 01:37:39 2005 Jonathan Blandford * shell/ev-view.c (ev_view_init): forgot to set this. --- diff --git a/ChangeLog b/ChangeLog index 056c2d5c..84795126 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Apr 24 01:37:39 2005 Jonathan Blandford + + * shell/ev-view.c (ev_view_init): forgot to set this. + Sun Apr 24 01:07:27 2005 Jonathan Blandford * shell/ev-view.c: (find_page_at_location), diff --git a/shell/ev-view.c b/shell/ev-view.c index 8a3dd265..851b5e4d 100644 --- a/shell/ev-view.c +++ b/shell/ev-view.c @@ -1693,7 +1693,7 @@ ev_view_init (EvView *view) { GTK_WIDGET_SET_FLAGS (view, GTK_CAN_FOCUS); - view->spacing = 0; + view->spacing = 10; view->scale = 1.0; view->current_page = 0; view->pressed_button = -1;