diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-03-05 18:29:43 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-03-05 18:29:43 +0800 |
commit | f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9 (patch) | |
tree | d20f3cf8250c50090453d359ed6972fe96f0f3e3 /calendar/gui/dialogs/event-editor.c | |
parent | b8301aa653a2ce7cbe3785f175b85a7f32e67be7 (diff) | |
download | gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.gz gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.zst gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.zip |
Fixes #435455 (bnc)
svn path=/trunk/; revision=37375
Diffstat (limited to 'calendar/gui/dialogs/event-editor.c')
-rw-r--r-- | calendar/gui/dialogs/event-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index a297765fa6..b95493b7f7 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -616,7 +616,7 @@ event_editor_edit_comp (CompEditor *editor, ECalComponent *comp) } e_cal_component_free_attendee_list (attendees); - comp_editor_set_needs_send (editor, priv->meeting_shown && (itip_organizer_is_user (comp, client) || itip_sentby_is_user (comp))); + comp_editor_set_needs_send (editor, priv->meeting_shown && (itip_organizer_is_user (comp, client) || itip_sentby_is_user (comp, client))); priv->updating = FALSE; } |