diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-31 00:38:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-31 10:31:00 +0800 |
commit | 2fe24b4c136b4d5f255af3571c3d6e1082071809 (patch) | |
tree | 78568dcd907204107ca08afa1cfea84362c345a2 /calendar/gui/Makefile.am | |
parent | 41569bb778e228d4f5a04cb1e15bfa5b49bb044b (diff) | |
download | gsoc2013-evolution-2fe24b4c136b4d5f255af3571c3d6e1082071809.tar gsoc2013-evolution-2fe24b4c136b4d5f255af3571c3d6e1082071809.tar.gz gsoc2013-evolution-2fe24b4c136b4d5f255af3571c3d6e1082071809.tar.bz2 gsoc2013-evolution-2fe24b4c136b4d5f255af3571c3d6e1082071809.tar.lz gsoc2013-evolution-2fe24b4c136b4d5f255af3571c3d6e1082071809.tar.xz gsoc2013-evolution-2fe24b4c136b4d5f255af3571c3d6e1082071809.tar.zst gsoc2013-evolution-2fe24b4c136b4d5f255af3571c3d6e1082071809.zip |
Add properties to calendar classes.
So we can bind them to EShellSettings and kill off EDayViewConfig
and similar GConf notification classes.
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 7bc52c9e15..0878c0eae9 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -83,8 +83,6 @@ libcal_gui_la_SOURCES = \ e-cal-popup.c \ e-cal-list-view.c \ e-cal-list-view.h \ - e-cal-list-view-config.c \ - e-cal-list-view-config.h \ e-cal-model-memos.c \ e-cal-model-memos.h \ e-calendar-table-config.c \ @@ -101,8 +99,6 @@ libcal_gui_la_SOURCES = \ e-date-edit-config.h \ e-date-time-list.c \ e-date-time-list.h \ - e-day-view-config.c \ - e-day-view-config.h \ e-day-view-layout.c \ e-day-view-layout.h \ e-day-view-main-item.c \ @@ -144,8 +140,6 @@ libcal_gui_la_SOURCES = \ e-select-names-renderer.h \ e-task-list-selector.c \ e-task-list-selector.h \ - e-week-view-config.c \ - e-week-view-config.h \ e-week-view-event-item.c \ e-week-view-event-item.h \ e-week-view-layout.c \ |