From 96a009288c6eb8cf05a77049662659483dd34f61 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 23 Oct 2002 12:19:11 +0000 Subject: fix warning 2002-10-23 JP Rosevear * gui/e-itip-control.c (show_current): fix warning svn path=/trunk/; revision=18414 --- calendar/gui/e-itip-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-itip-control.c') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 5b163312ed..cbe1f01fc6 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1241,7 +1241,7 @@ show_current (EItipControl *itip) /* Add default reminder if the config says so */ if (calendar_config_get_use_default_reminder ()) { - CalComponent *acomp; + CalComponentAlarm *acomp; int interval; CalUnits units; CalAlarmTrigger trigger; -- cgit v1.2.3