diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-25 12:05:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-25 12:05:42 +0800 |
commit | 6252ffa2f5708c65bba754f74cda708558d733a7 (patch) | |
tree | 63e984687c95ab8fa08e2715600d487f68370e95 /calendar/gui/e-calendar-table.c | |
parent | 38387de2ea45b04b07414e0c8d6c8f03b39a5461 (diff) | |
download | gsoc2013-evolution-6252ffa2f5708c65bba754f74cda708558d733a7.tar gsoc2013-evolution-6252ffa2f5708c65bba754f74cda708558d733a7.tar.gz gsoc2013-evolution-6252ffa2f5708c65bba754f74cda708558d733a7.tar.bz2 gsoc2013-evolution-6252ffa2f5708c65bba754f74cda708558d733a7.tar.lz gsoc2013-evolution-6252ffa2f5708c65bba754f74cda708558d733a7.tar.xz gsoc2013-evolution-6252ffa2f5708c65bba754f74cda708558d733a7.tar.zst gsoc2013-evolution-6252ffa2f5708c65bba754f74cda708558d733a7.zip |
Properly append to list
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/gncal-todo.c (ok_button): Properly append to list
* gui/event-editor.c (dialog_to_comp_object): ditto
* gui/e-day-view.c (e_day_view_on_new_appointment): The base
times are not UTC
* gui/e-week-view.c (e_week_view_on_new_appointment): ditto
svn path=/trunk/; revision=5031
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r-- | calendar/gui/e-calendar-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index e395aad524..2c5a74efe8 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -23,7 +23,7 @@ */ /* - * ECalendarTable - displays the iCalendar objects in a table (an ETable). + * ECalendarTable - displays the CalComponent objects in a table (an ETable). * Used for calendar events and tasks. */ |