aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/datetime-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index 217a779..1a37fde 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -92,7 +92,7 @@ static GList * comp_instances = NULL;
static gboolean updating_appointments = FALSE;
static time_t start_time_appointments = (time_t) 0;
static GSettings * conf = NULL;
-static ESourceRegistry * source_registry = NULL;
+static ESourceRegistry * source_registry = NULL;
static GList * appointment_sources = NULL;
@@ -660,7 +660,7 @@ populate_appointment_instances (ECalComponent * comp,
}
}
- return TRUE; /* tell ecal to keep iterating */
+ return TRUE; /* tell eds to keep iterating */
}
/* Populate the menu with todays, next 5 appointments.