aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-05-17 00:45:10 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-05-17 00:45:10 +0800
commit3df368c57087846bb1c1671f7a6b91de8dce8888 (patch)
tree86956abeb3739258ecd5064ddd27f6c128330e57
parent98204f8997f7ed8ad2b02432e758cde9cd67fa5e (diff)
downloadgsoc2013-evolution-3df368c57087846bb1c1671f7a6b91de8dce8888.tar
gsoc2013-evolution-3df368c57087846bb1c1671f7a6b91de8dce8888.tar.gz
gsoc2013-evolution-3df368c57087846bb1c1671f7a6b91de8dce8888.tar.bz2
gsoc2013-evolution-3df368c57087846bb1c1671f7a6b91de8dce8888.tar.lz
gsoc2013-evolution-3df368c57087846bb1c1671f7a6b91de8dce8888.tar.xz
gsoc2013-evolution-3df368c57087846bb1c1671f7a6b91de8dce8888.tar.zst
gsoc2013-evolution-3df368c57087846bb1c1671f7a6b91de8dce8888.zip
(setup_calendar): Fix typo, celendar_path
-> calendar_path. svn path=/trunk/; revision=21213
-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);
}