diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-04-13 17:03:38 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-04-13 17:03:38 +0800 |
commit | 9896e4f7db7817087b7c18793682a4ab5f7c63e2 (patch) | |
tree | 54f2dc155338cba91fa82500cbb619f4024e7b46 /calendar/gui/comp-util.h | |
parent | 064ff85b3b8e06a5347b62e5c80c1273875e719a (diff) | |
download | gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.gz gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.zst gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.zip |
Fixes #561312
2009-04-13 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #561312
* calendar/gui/comp-util.c:
* calendar/gui/comp-util.h: Added a new function to
sanitize master recurrence event before modifying
all instances.
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c: Used the new util api.
Do not invoke recurrence dialog while modifying detached
instances.
svn path=/trunk/; revision=37518
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r-- | calendar/gui/comp-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h index 3225557a5e..b93384f40a 100644 --- a/calendar/gui/comp-util.h +++ b/calendar/gui/comp-util.h @@ -58,5 +58,6 @@ void cal_comp_set_dtstart_with_oldzone (ECal *client, ECalComponent *comp, const void cal_comp_set_dtend_with_oldzone (ECal *client, ECalComponent *comp, const ECalComponentDateTime *pdate); gboolean cal_comp_process_source_list_drop (ECal *destination, icalcomponent *comp, GdkDragAction action, const char *source_uid, ESourceList *source_list); +void comp_util_sanitize_recurrence_master (ECalComponent *comp, ECal *client); #endif |