aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/e-summary-calendar.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 317e3dd377..1e7db89e9a 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-16 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-summary-calendar.c (setup_calendar): Fix typo, celendar_path
+ -> calendar_path.
+
2003-05-15 JP Rosevear <jpr@ximian.com>
Fixes #43101
diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c
index bbf5a3daca..e5d3765424 100644
--- a/my-evolution/e-summary-calendar.c
+++ b/my-evolution/e-summary-calendar.c
@@ -546,7 +546,7 @@ setup_calendar (ESummary *summary)
calendar->wants24hr = gconf_client_get_bool (calendar->gconf_client,
"/apps/evolution/calendar/display/use_24h_format", NULL);
calendar->default_uri = gconf_client_get_string (calendar->gconf_client,
- "/apps/evolution/shell/default_folders/celendar_path",
+ "/apps/evolution/shell/default_folders/calendar_path",
NULL);
}