diff options
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 73b3705b3c..4c9fa25ba6 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -90,7 +90,7 @@ static gboolean launch_alarm_daemon_cb (gpointer data) { CORBA_Environment ev; - GNOME_Evolution_Calendar_AlarmNotify an; + CORBA_Object an; guint *idle_id = (guint *) data; /* remove the idle function */ |