From 10f836d32aadb7e5207579095da74ecb97e533be Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 17 Sep 2001 20:12:06 +0000 Subject: There is no need to initialize the alarm system now. 2001-09-17 Federico Mena Quintero * e-summary.c (e_summary_init): There is no need to initialize the alarm system now. svn path=/trunk/; revision=12905 --- my-evolution/ChangeLog | 5 +++++ my-evolution/e-summary.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 7b00808e7b..4757c35759 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2001-09-17 Federico Mena Quintero + + * e-summary.c (e_summary_init): There is no need to initialize the + alarm system now. + 2001-09-14 Iain Holmes * e-summary-calendar.c (uids_to_array): Create ESummaryCalEvents and diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 979dd97cd9..9ef4ff6f0a 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -462,7 +462,6 @@ e_summary_init (ESummary *summary) bonobo_object_release_unref (db, NULL); CORBA_exception_free (&ev); - alarm_init (); t = time (NULL); if (summary->tz == NULL) { day_end = time_day_end (t); -- cgit v1.2.3