aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/event-editor.c')
-rw-r--r--calendar/gui/event-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c
index 242ef67226..c96c94dadd 100644
--- a/calendar/gui/event-editor.c
+++ b/calendar/gui/event-editor.c
@@ -1656,7 +1656,7 @@ fill_reminder_widgets (EventEditor *ee)
/* Add it to the clist */
append_reminder (ee, ca, EXISTING_ALARM);
}
- cal_component_free_alarm_uids (alarms);
+ cal_obj_uid_list_free (alarms);
}
/* Fills in the recurrence widgets with the values from the calendar component.