diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-27 01:25:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-27 01:25:48 +0800 |
commit | 6a074300e533a82fb1a09b470724e54b155f8cd5 (patch) | |
tree | b10a21d175d0d3b89610c00ce9dd390d3ac0f730 /calendar/gui/Makefile.am | |
parent | bd31f49bac99f21656dc7d0352d5b3f7385f71b2 (diff) | |
download | gsoc2013-evolution-6a074300e533a82fb1a09b470724e54b155f8cd5.tar.gz gsoc2013-evolution-6a074300e533a82fb1a09b470724e54b155f8cd5.tar.zst gsoc2013-evolution-6a074300e533a82fb1a09b470724e54b155f8cd5.zip |
Rename ECalendarTable to ETaskTable.
Since ECalendarTable was only used for tasks anyway, and ETaskTable
pairs nicely with EMemoTable.
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index ea14f63278..7d2e1f564b 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -114,8 +114,6 @@ libevolution_calendar_la_SOURCES = \ e-cal-model-tasks.h \ e-calendar-selector.c \ e-calendar-selector.h \ - e-calendar-table.c \ - e-calendar-table.h \ e-calendar-view.c \ e-calendar-view.h \ e-cell-date-edit-text.h \ @@ -159,6 +157,8 @@ libevolution_calendar_la_SOURCES = \ e-select-names-renderer.h \ e-task-list-selector.c \ e-task-list-selector.h \ + e-task-table.c \ + e-task-table.h \ e-week-view-event-item.c \ e-week-view-event-item.h \ e-week-view-layout.c \ |