diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-04-01 00:11:24 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-04-01 00:11:24 +0800 |
commit | df9168bcff976be2ba54f1ff040f868278ea1a1d (patch) | |
tree | 7430078b34e2db730daf422a3adf4cc173772e26 /calendar | |
parent | 3019664181842f18b29cab880fe598f37dc44d81 (diff) | |
download | gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar.gz gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.tar.zst gsoc2013-evolution-df9168bcff976be2ba54f1ff040f868278ea1a1d.zip |
fixed documentation typos.
2004-03-31 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c: fixed documentation typos.
svn path=/trunk/; revision=25264
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/gnome-cal.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 296d9d1b07..1b1829c0b8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2004-03-31 Rodrigo Moya <rodrigo@ximian.com> + + * gui/gnome-cal.c: fixed documentation typos. + 2004-03-31 Sarfraaz Ahmed <asarfraaz@novell.com> * gui/config-control.c (set_prop) : Replaced add_event_source diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 052a585c53..8b9510dba5 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -2037,7 +2037,7 @@ gnome_calendar_get_default_client (GnomeCalendar *gcal) } /** - * gnome_calendar_add_event_source: + * gnome_calendar_add_source: * @gcal: A GnomeCalendar. * @source: #ESource to add to the calendar views. * @@ -2082,7 +2082,7 @@ gnome_calendar_add_source (GnomeCalendar *gcal, ECalSourceType source_type, ESou } /** - * gnome_calendar_remove_event_source + * gnome_calendar_remove_source * @gcal: A #GnomeCalendar. * @source: #ESource to be removed from the clients. * |