aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-page.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-11-21 04:26:18 +0800
committerMilan Crha <mcrha@redhat.com>2013-11-21 04:26:54 +0800
commit93bff56329e3f20c30c0a76e07fe563f8a4c372c (patch)
tree5dee4e5cbe48c0ad3d868b18a8679d5dcf425af8 /calendar/gui/dialogs/task-page.c
parent6840cc4fed8646a662d7bbc91a3908858ee61e10 (diff)
downloadgsoc2013-evolution-93bff56329e3f20c30c0a76e07fe563f8a4c372c.tar
gsoc2013-evolution-93bff56329e3f20c30c0a76e07fe563f8a4c372c.tar.gz
gsoc2013-evolution-93bff56329e3f20c30c0a76e07fe563f8a4c372c.tar.bz2
gsoc2013-evolution-93bff56329e3f20c30c0a76e07fe563f8a4c372c.tar.lz
gsoc2013-evolution-93bff56329e3f20c30c0a76e07fe563f8a4c372c.tar.xz
gsoc2013-evolution-93bff56329e3f20c30c0a76e07fe563f8a4c372c.tar.zst
gsoc2013-evolution-93bff56329e3f20c30c0a76e07fe563f8a4c372c.zip
Bug #711685 - Check calendar email as an organizer
Diffstat (limited to 'calendar/gui/dialogs/task-page.c')
-rw-r--r--calendar/gui/dialogs/task-page.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 66f6273cc3..3294d08d61 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -760,8 +760,7 @@ task_page_fill_widgets (CompEditorPage *page,
if (itip_organizer_is_user (registry, comp, client) ||
itip_sentby_is_user (registry, comp, client)) {
- if (e_client_check_capability (E_CLIENT (client), CAL_STATIC_CAPABILITY_ORGANIZER_NOT_EMAIL_ADDRESS))
- priv->user_org = TRUE;
+ priv->user_org = TRUE;
} else {
if (e_client_check_capability (E_CLIENT (client), CAL_STATIC_CAPABILITY_ORGANIZER_NOT_EMAIL_ADDRESS))
gtk_widget_set_sensitive (priv->invite, FALSE);