aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-04-01 20:53:42 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-04-01 20:53:42 +0800
commit843cb5d6db57ab777efd725d820c8b7750ef4aaa (patch)
treefa96bbe21b25404a948072ae08c6f85e8f33a641 /calendar/gui
parentef7a1c2a678f7d2397855a1398bf2487ebbfa59b (diff)
downloadgsoc2013-evolution-843cb5d6db57ab777efd725d820c8b7750ef4aaa.tar
gsoc2013-evolution-843cb5d6db57ab777efd725d820c8b7750ef4aaa.tar.gz
gsoc2013-evolution-843cb5d6db57ab777efd725d820c8b7750ef4aaa.tar.bz2
gsoc2013-evolution-843cb5d6db57ab777efd725d820c8b7750ef4aaa.tar.lz
gsoc2013-evolution-843cb5d6db57ab777efd725d820c8b7750ef4aaa.tar.xz
gsoc2013-evolution-843cb5d6db57ab777efd725d820c8b7750ef4aaa.tar.zst
gsoc2013-evolution-843cb5d6db57ab777efd725d820c8b7750ef4aaa.zip
fix small typo
2004-04-01 Radek Doulik <rodo@ximian.com> * gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence): fix small typo svn path=/trunk/; revision=25279
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-calendar-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 928205481e..d9a2681a72 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -865,7 +865,7 @@ e_calendar_view_delete_selected_occurrence (ECalendarView *cal_view)
e_cal_component_set_icalcomponent (comp, icalcomponent_new_clone (event->comp_data->icalcomp));
e_cal_component_get_uid (comp, &uid);
if (e_cal_component_is_instance (comp))
- rid = e_cal_component_get_recur_id_as_string (comp);
+ rid = e_cal_component_get_recurid_as_string (comp);
else
rid = "";