diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-03-11 07:13:27 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-11 07:13:27 +0800 |
commit | 8c65f8861bd16321eeafac1d827d1fb4a557247c (patch) | |
tree | e035dedcf07dc165cff3996948706b8031e1327e /calendar/ChangeLog | |
parent | 113e9a4257b7bba09996f891f97e525d535f1af4 (diff) | |
download | gsoc2013-evolution-8c65f8861bd16321eeafac1d827d1fb4a557247c.tar.gz gsoc2013-evolution-8c65f8861bd16321eeafac1d827d1fb4a557247c.tar.zst gsoc2013-evolution-8c65f8861bd16321eeafac1d827d1fb4a557247c.zip |
Initialize the alarm types here. Do not call default_alarm() anymore,
2000-03-10 Federico Mena Quintero <federico@helixcode.com>
* cal-util/calobj.c (ical_new): Initialize the alarm types here.
Do not call default_alarm() anymore, since that is a GUI issue.
(default_alarm): Removed function.
(alarm_defaults): Removed defaults data.
* pcs/tlacuache.c (calendar_notify): Removed stubs for
alarm_defaults, calendar_notify(), debug_alarms.
svn path=/trunk/; revision=2095
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b19c42ca32..ac1b4c9edc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2000-03-10 Federico Mena Quintero <federico@helixcode.com> + + * cal-util/calobj.c (ical_new): Initialize the alarm types here. + Do not call default_alarm() anymore, since that is a GUI issue. + (default_alarm): Removed function. + (alarm_defaults): Removed defaults data. + + * pcs/tlacuache.c (calendar_notify): Removed stubs for + alarm_defaults, calendar_notify(), debug_alarms. + 2000-03-09 Federico Mena Quintero <federico@helixcode.com> * gui/Makefile.am: Removed the corba-cal stuff. Commented out the |