diff options
Diffstat (limited to 'calendar/prop.c')
-rw-r--r-- | calendar/prop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/prop.c b/calendar/prop.c index eab5d00be0..58abe2f8db 100644 --- a/calendar/prop.c +++ b/calendar/prop.c @@ -6,13 +6,13 @@ */ #include <config.h> #include <gnome.h> -#include "main.h" #include "gnome-cal.h" +#include "main.h" static GtkWidget *prop_win, *r1; static GtkObject *sa, *ea; -void +static void start_changed (GtkAdjustment *sa, GtkAdjustment *ea) { if (sa->value > 23.0){ @@ -27,7 +27,7 @@ start_changed (GtkAdjustment *sa, GtkAdjustment *ea) gnome_property_box_changed (GNOME_PROPERTY_BOX (prop_win)); } -void +static void end_changed (GtkAdjustment *ea, GtkAdjustment *sa) { if (ea->value < 1.0){ |