diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-08 19:54:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-09 04:26:51 +0800 |
commit | 4493ff829e3634fbbdcfe05bebcd2cc882551b62 (patch) | |
tree | f10306d9cdbf6e7b6682a933c03d3834097ec1c0 /calendar/gui/Makefile.am | |
parent | 4c556405fbb1db534b43e3f3d7e9eea5344d9f38 (diff) | |
download | gsoc2013-evolution-4493ff829e3634fbbdcfe05bebcd2cc882551b62.tar.gz gsoc2013-evolution-4493ff829e3634fbbdcfe05bebcd2cc882551b62.tar.zst gsoc2013-evolution-4493ff829e3634fbbdcfe05bebcd2cc882551b62.zip |
Rename WeekdayPicker to EWeekdayChooser.
Also add a "week-start-day" property and make it extensible.
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index b0869028ef..b2947d256d 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -39,12 +39,12 @@ ecalendarinclude_HEADERS = \ e-week-view-main-item.h \ e-week-view-titles-item.h \ e-week-view.h \ + e-weekday-chooser.h \ e-timezone-entry.h \ gnome-cal.h \ itip-utils.h \ misc.h \ - tag-calendar.h \ - weekday-picker.h + tag-calendar.h search_files = tasktypes.xml memotypes.xml caltypes.xml @@ -160,6 +160,8 @@ libevolution_calendar_la_SOURCES = \ e-week-view-titles-item.h \ e-week-view.c \ e-week-view.h \ + e-weekday-chooser.c \ + e-weekday-chooser.h \ e-timezone-entry.c \ e-timezone-entry.h \ gnome-cal.c \ @@ -172,8 +174,6 @@ libevolution_calendar_la_SOURCES = \ print.h \ tag-calendar.c \ tag-calendar.h \ - weekday-picker.c \ - weekday-picker.h \ ea-calendar.c \ ea-calendar.h \ ea-calendar-helpers.c \ |