diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-21 11:22:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-21 11:22:41 +0800 |
commit | 6426c17f2613f6d9e00472e3fbedcfc378500133 (patch) | |
tree | bee5a6dfa99d306a33e8af38576b2d4b53f2f33b /calendar/gui/Makefile.am | |
parent | 20475c3960279fb5ca644e5466040c60c83e996e (diff) | |
download | gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar.gz gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar.zst gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.zip |
Use CalComponent instead of iCalObject. #if some alarm stuff
2000-08-20 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view-event-item.c
(e_week_view_event_item_draw_icons):
Use CalComponent instead of iCalObject. #if some alarm stuff
svn path=/trunk/; revision=4896
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 4927f7c6b6..995d51c32a 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -42,6 +42,8 @@ glade_DATA = \ glade_messages = event-editor-dialog.glade.h evolution_calendar_SOURCES = \ + e-day-view.c \ + e-day-view.h \ alarm.c \ alarm.h \ calendar-commands.c \ |