blob: 5c6b0add084a5eea7562b0e97dcbd22834b28f63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/navigate.c.orig Mon Oct 2 19:13:52 2006
+++ src/navigate.c Mon Oct 2 19:13:56 2006
@@ -41,7 +41,7 @@
static TimeType step_length = 0;
-static gdouble page_divisor = (gdouble) 1.0;
+gdouble page_divisor = (gdouble) 1.0;
/* wave_calculate_zoom_for_span : calculate the zoom factor to show the span of
time from `from' to `to'. */
|