]> www.fi.muni.cz Git - evince.git/commitdiff
forgot to set this.
authorJonathan Blandford <jrb@redhat.com>
Sun, 24 Apr 2005 05:38:15 +0000 (05:38 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Sun, 24 Apr 2005 05:38:15 +0000 (05:38 +0000)
Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>

        * shell/ev-view.c (ev_view_init): forgot to set this.

ChangeLog
shell/ev-view.c

index 056c2d5cdb431c06962c3b59bc7936a740b9834c..847951261d28adefa3efd47b92bd688cc9ce99c8 100644 (file)
--- 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),
index 8a3dd2657fe97d1179d20d435c33b15fcb157e9e..851b5e4d42b08d8772f6974bdf999748370df2e6 100644 (file)
@@ -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;