aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/notify-main.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-09-12 10:09:58 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-09-12 10:09:58 +0800
commite65e502c544e11c97832936881c43b90fc74d320 (patch)
tree0d7aaa5b9a1a2b0853254cbb323a0b29fff1fb7f /calendar/gui/alarm-notify/notify-main.c
parentff6d984bb6c9fd7fbba7a6382976260f0f2dfd8f (diff)
downloadgsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar
gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar.gz
gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar.bz2
gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar.lz
gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar.xz
gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar.zst
gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.zip
Added an use_description argument so that other alarms can fall back to
2001-09-11 Federico Mena Quintero <federico@ximian.com> * gui/alarm-notify/alarm-queue.c (display_notification): Added an use_description argument so that other alarms can fall back to this type. (audio_notification): Implemented. (remove_comp): Call remove_queued_alarm() here; there is no longer a destroy notification function for alarms so must we do this manually. (alarm_trigger_cb): Do not pass the alarm to the notification functions so that we can free it ourselves before all the alarms in the component get freed. (display_notification): Get the alarm here instead of getting it as an argument. (procedure_notification): Implemented. svn path=/trunk/; revision=12772
Diffstat (limited to 'calendar/gui/alarm-notify/notify-main.c')
-rw-r--r--calendar/gui/alarm-notify/notify-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c
index b8b409632d..db0cd4e719 100644
--- a/calendar/gui/alarm-notify/notify-main.c
+++ b/calendar/gui/alarm-notify/notify-main.c
@@ -87,6 +87,8 @@ alarm_notify_factory_fn (BonoboGenericFactory *factory, void *data)
int
main (int argc, char **argv)
{
+ free (malloc (8));
+
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);