diff options
author | JP Rosevear <jpr@ximian.com> | 2004-04-19 02:01:19 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-19 02:01:19 +0800 |
commit | 2b14db9d6023aff8b64abc4ed9b977596795b632 (patch) | |
tree | e2907f1dadc8e19bf838dd6d6c86a03b4eca4a7f /calendar/gui/Makefile.am | |
parent | d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1 (diff) | |
download | gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.gz gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.bz2 gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.lz gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.xz gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.zst gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.zip |
Fixes #53124
2004-04-18 JP Rosevear <jpr@ximian.com>
Fixes #53124
* gui/e-tasks.c: remove preview pieces, they are in their own
class now; use the new class for preview
* gui/e-cal-component-preview.[hc]: implement a preview area for
tasks and events
svn path=/trunk/; revision=25505
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 18a66c7716..15245c6813 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -113,6 +113,9 @@ libevolution_calendar_la_SOURCES = \ control-factory.h \ e-alarm-list.c \ e-alarm-list.h \ + e-cal-component-preview.c \ + e-cal-component-preview.h \ + e-cal-model-calendar.h \ e-cal-model-calendar.c \ e-cal-model-calendar.h \ e-cal-model-tasks.c \ |