aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-11-07 02:41:38 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-11-07 02:41:38 +0800
commit1e70a6726b74e8d293b5eeba2a0751506f974b5b (patch)
tree4c78e8afeb90b31d229cb92ce09b3b27c271b3e3 /calendar/gui/Makefile.am
parent561fed0aa901f9a6286adaa4437cb5c44de86b84 (diff)
downloadgsoc2013-evolution-1e70a6726b74e8d293b5eeba2a0751506f974b5b.tar
gsoc2013-evolution-1e70a6726b74e8d293b5eeba2a0751506f974b5b.tar.gz
gsoc2013-evolution-1e70a6726b74e8d293b5eeba2a0751506f974b5b.tar.bz2
gsoc2013-evolution-1e70a6726b74e8d293b5eeba2a0751506f974b5b.tar.lz
gsoc2013-evolution-1e70a6726b74e8d293b5eeba2a0751506f974b5b.tar.xz
gsoc2013-evolution-1e70a6726b74e8d293b5eeba2a0751506f974b5b.tar.zst
gsoc2013-evolution-1e70a6726b74e8d293b5eeba2a0751506f974b5b.zip
Removed the old recurrence page. Wheeeeeeeeee!
2000-11-05 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor-dialog.glade: Removed the old recurrence page. Wheeeeeeeeee! * gui/event-editor.c (make_recurrence_special): Clear the monthly widgets. (make_recur_monthly_special): Create the monthly widgets. (clear_widgets): Clear the monthly values. (simple_recur_to_comp_object): Fill in the monthly values. (fill_recurrence_widgets): Fill in the monthly and yearly source values. (dialog_to_comp_object): Take in a CalComponent instead of using the event editor's directly. (recur_to_comp_object): Likewise. (simple_recur_to_comp_object): Likewise. (EventEditorPrivate): Removed the widgets from the old recurrence page. (get_widgets): Likewise. (clear_widgets): Likewise. (dialog_to_comp_object): If the description or summary are empty, just clear the description list or summary property, respectively, instead of saving empty ones. (simple_recur_to_comp_object): Set the week_start field. * gui/main.c: Fix includes, and add calendar-config.h. * gui/Makefile.am (evolution_calendar_SOURCES): The glade messages file should not be in SOURCES. svn path=/trunk/; revision=6417
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index df1391fa36..ebe73826a6 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -81,6 +81,10 @@ evolution_calendar_SOURCES = \
e-day-view-top-item.h \
e-day-view.c \
e-day-view.h \
+ e-itip-control.h \
+ e-itip-control.c \
+ e-meeting-edit.h \
+ e-meeting-edit.c \
e-week-view-event-item.c \
e-week-view-event-item.h \
e-week-view-main-item.c \
@@ -89,13 +93,8 @@ evolution_calendar_SOURCES = \
e-week-view-titles-item.h \
e-week-view.c \
e-week-view.h \
- e-meeting-edit.h \
- e-meeting-edit.c \
- e-itip-control.h \
- e-itip-control.c \
event-editor.c \
event-editor.h \
- event-editor-dialog.glade.h \
getdate.y \
gncal-todo.c \
gncal-todo.h \