[evolution-patches] Typo fix for summary



I don't have a bug # for this but this can't be good.  :-)

-- Ettore
? GNOME_Evolution_Summary.oaf.in
? e-summary.c.mine
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/ChangeLog,v
retrieving revision 1.282
diff -u -p -r1.282 ChangeLog
--- ChangeLog	15 May 2003 21:58:07 -0000	1.282
+++ ChangeLog	15 May 2003 22:03:26 -0000
@@ -1,5 +1,10 @@
 2003-05-15  Ettore Perazzoli  <ettore ximian com>
 
+	* e-summary-calendar.c (setup_calendar): Fix typo, celendar_path
+	-> calendar_path.
+
+2003-05-15  Ettore Perazzoli  <ettore ximian com>
+
 	* e-summary.c (do_summary_print): Remove preview arg.  Also, make
 	it destroy the dialog after a button has been clicked.
 	(e_summary_set_control): Add casts to avoid compiler warnings.
Index: e-summary-calendar.c
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/e-summary-calendar.c,v
retrieving revision 1.42
diff -u -p -r1.42 e-summary-calendar.c
--- e-summary-calendar.c	19 Mar 2003 20:03:29 -0000	1.42
+++ e-summary-calendar.c	15 May 2003 22:03:26 -0000
@@ -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);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]