aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/prop.c')
-rw-r--r--calendar/gui/prop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/prop.c b/calendar/gui/prop.c
index eab5d00be0..58abe2f8db 100644
--- a/calendar/gui/prop.c
+++ b/calendar/gui/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){