Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog4
-rw-r--r--shell/ev-view.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 056c2d5..8479512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Apr 24 01:37:39 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * shell/ev-view.c (ev_view_init): forgot to set this.
+
Sun Apr 24 01:07:27 2005 Jonathan Blandford <jrb@redhat.com>
* shell/ev-view.c: (find_page_at_location),
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;