Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-04-24 05:38:15 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-04-24 05:38:15 (GMT)
commit1a362e7a70e9f07efdc601161cecbce3fc061ccb (patch)
tree177089ee0342615e4fc4ff28981e8fbf63a45a6d /shell/ev-view.c
parentd90349e5e8acdb07bb56e22fd7923206465ae47b (diff)
forgot to set this.
Sun Apr 24 01:37:39 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-view.c (ev_view_init): forgot to set this.
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 8a3dd26..851b5e4 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;