(setup_calendar): Fix typo, celendar_path
-> calendar_path. svn path=/trunk/; revision=21213
This commit is contained in:
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user