(setup_calendar): Fix typo, celendar_path

-> calendar_path.

svn path=/trunk/; revision=21213
This commit is contained in:
Ettore Perazzoli
2003-05-16 16:45:10 +00:00
parent 98204f8997
commit 3df368c570
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);
}