aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/memo-editor.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-08-10 15:53:02 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-08-10 15:53:02 +0800
commit38280bb1daa5fe3712f28781ac61591bcdd521d1 (patch)
tree4d1e481ab29c43528d12618f6bdda473488b4146 /calendar/gui/dialogs/memo-editor.c
parentd7e017d1bf0c1237bcd4c94e62378a2bd6f56538 (diff)
downloadgsoc2013-evolution-38280bb1daa5fe3712f28781ac61591bcdd521d1.tar
gsoc2013-evolution-38280bb1daa5fe3712f28781ac61591bcdd521d1.tar.gz
gsoc2013-evolution-38280bb1daa5fe3712f28781ac61591bcdd521d1.tar.bz2
gsoc2013-evolution-38280bb1daa5fe3712f28781ac61591bcdd521d1.tar.lz
gsoc2013-evolution-38280bb1daa5fe3712f28781ac61591bcdd521d1.tar.xz
gsoc2013-evolution-38280bb1daa5fe3712f28781ac61591bcdd521d1.tar.zst
gsoc2013-evolution-38280bb1daa5fe3712f28781ac61591bcdd521d1.zip
Do not resend the memos while modification.
svn path=/trunk/; revision=32521
Diffstat (limited to 'calendar/gui/dialogs/memo-editor.c')
-rw-r--r--calendar/gui/dialogs/memo-editor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/memo-editor.c b/calendar/gui/dialogs/memo-editor.c
index 2c6356988d..56ad644801 100644
--- a/calendar/gui/dialogs/memo-editor.c
+++ b/calendar/gui/dialogs/memo-editor.c
@@ -247,9 +247,6 @@ memo_editor_edit_comp (CompEditor *editor, ECalComponent *comp)
CompEditorFlags flags = comp_editor_get_flags (editor);
ECal *client = comp_editor_get_e_cal (editor);
- if (flags & COMP_EDITOR_IS_SHARED)
- comp_editor_set_needs_send (editor, itip_organizer_is_user (comp, client));
-
if (COMP_EDITOR_CLASS (memo_editor_parent_class)->edit_comp)
COMP_EDITOR_CLASS (memo_editor_parent_class)->edit_comp (editor, comp);
}