aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-09-18 04:04:42 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-09-18 04:04:42 +0800
commita6d5818f66df9ecf6c96c700fdf32a514c134ce3 (patch)
tree357eb0a4a492c6cc5c45536632887e06212b55f1 /calendar/gui/main.c
parent9772d692a2b717b7978008d2426aec71aa3fe33f (diff)
downloadgsoc2013-evolution-a6d5818f66df9ecf6c96c700fdf32a514c134ce3.tar
gsoc2013-evolution-a6d5818f66df9ecf6c96c700fdf32a514c134ce3.tar.gz
gsoc2013-evolution-a6d5818f66df9ecf6c96c700fdf32a514c134ce3.tar.bz2
gsoc2013-evolution-a6d5818f66df9ecf6c96c700fdf32a514c134ce3.tar.lz
gsoc2013-evolution-a6d5818f66df9ecf6c96c700fdf32a514c134ce3.tar.xz
gsoc2013-evolution-a6d5818f66df9ecf6c96c700fdf32a514c134ce3.tar.zst
gsoc2013-evolution-a6d5818f66df9ecf6c96c700fdf32a514c134ce3.zip
Switch the alarm system from using SIGALRM to normal glib timers. Also,
2001-09-17 Federico Mena Quintero <federico@ximian.com> Switch the alarm system from using SIGALRM to normal glib timers. Also, use a more robust de-queueing mechanism. * gui/alarm-notify/alarm.c (alarm_init): Removed. (alarm_done): Remove the glib timeout instead of closing the pipes and the signal handler. (alarm_add): Allow adding alarms that happen before right now. (queue_alarm): Use a glib timer instead of a signal. (alarm_remove): Adjust the timeout as appropriate. * gui/alarm-notify/notify-main.c (main): There is no need to initialize the alarm system now. * gui/main.c (main): Likewise. svn path=/trunk/; revision=12904
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r--calendar/gui/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index e3f16afb4c..179f874173 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -106,7 +106,6 @@ main (int argc, char **argv)
g_error (_("Could not initialize gnome-vfs"));
glade_gnome_init ();
- alarm_init ();
e_cursors_init ();
#if 0