aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-01-17 05:14:02 +0800
committerHans Petter <hansp@src.gnome.org>2003-01-17 05:14:02 +0800
commitceb821417779737ccf0107eb5b1f49bb61811c5c (patch)
tree5a61e314343ba4e7fce208bd766cc1f439484ac6 /calendar/gui/Makefile.am
parent2224fbc74549fc0e10100dad00a70167f5dec698 (diff)
downloadgsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar
gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar.gz
gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar.bz2
gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar.lz
gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar.xz
gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar.zst
gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.zip
Implement EAlarmList as CalComponentAlarm list with a GtkTreeModel
2003-01-16 Hans Petter Jansson <hpj@ximian.com> * gui/e-alarm-list.[ch]: Implement EAlarmList as CalComponentAlarm list with a GtkTreeModel interface. * gui/Makefile.am: Add e-alarm-list.[ch]. * gui/dialogs/alarm-page.[ch]: Use GtkTreeView with the new EAlarmList as model for the alarm list. Update copyright. * gui/dialogs/recurrence-page.[ch]: Update copyright. (free_exception_date_time): Removed. (fill_exception_widgets): Kill a lingering clist operation. svn path=/trunk/; revision=19499
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 345220f627..5ccdb1fec1 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -92,6 +92,8 @@ libevolution_calendar_la_SOURCES = \
comp-util.h \
control-factory.c \
control-factory.h \
+ e-alarm-list.c \
+ e-alarm-list.h \
e-calendar-table.h \
e-calendar-table.c \
e-cell-date-edit-text.h \