diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-01 20:39:34 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-01 20:39:34 +0800 |
commit | 52f8d504fbdcc1b1e517b88d192ff87c2aa0d53e (patch) | |
tree | 4477d3d2a36fdac76a1e61558a8a96ad603dc674 | |
parent | cc7240b28e554ec88bbba7f67c52699b7588c59b (diff) | |
download | gsoc2013-evolution-52f8d504fbdcc1b1e517b88d192ff87c2aa0d53e.tar.gz gsoc2013-evolution-52f8d504fbdcc1b1e517b88d192ff87c2aa0d53e.tar.zst gsoc2013-evolution-52f8d504fbdcc1b1e517b88d192ff87c2aa0d53e.zip |
Bug #569945 - Recurrence icon not removed after changing to single event
-rw-r--r-- | calendar/gui/dialogs/recurrence-page.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c index 6bb9f18e28..4d3e0af1f0 100644 --- a/calendar/gui/dialogs/recurrence-page.c +++ b/calendar/gui/dialogs/recurrence-page.c @@ -867,6 +867,7 @@ fill_component (RecurrencePage *rpage, ECalComponent *comp) e_cal_component_set_rdate_list (comp, NULL); e_cal_component_set_rrule_list (comp, NULL); e_cal_component_set_exrule_list (comp, NULL); + e_cal_component_set_recurid (comp, NULL); } /* Set exceptions */ |