aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-26 10:10:55 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-26 10:10:55 +0800
commit95b6ff339e69befec13b7a5f3831d1b74db0d87e (patch)
tree9aeac80b9aac8580c4363de772d8d539c017211c /calendar/gui/calendar.c
parent6b3f6b3bf0a40bdd33da63ca89416d9af1f29f79 (diff)
downloadgsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar
gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.gz
gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.bz2
gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.lz
gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.xz
gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.tar.zst
gsoc2013-evolution-95b6ff339e69befec13b7a5f3831d1b74db0d87e.zip
Remove debug code -mig
svn path=/trunk/; revision=196
Diffstat (limited to 'calendar/gui/calendar.c')
-rw-r--r--calendar/gui/calendar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/calendar.c b/calendar/gui/calendar.c
index 2a5b532a04..5bfb5ea21c 100644
--- a/calendar/gui/calendar.c
+++ b/calendar/gui/calendar.c
@@ -97,8 +97,10 @@ calendar_add_object (Calendar *cal, iCalObject *obj)
case ICAL_EVENT:
cal->events = g_list_prepend (cal->events, obj);
ical_object_try_alarms (obj);
+#ifdef DEBUGGING_MAIL_ALARM
obj->malarm.trigger = 0;
calendar_notify (0, obj);
+#endif
break;
case ICAL_TODO: