diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-15 00:41:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-15 01:38:12 +0800 |
commit | 6d9e836a6fa0bb501f9fad4306373092bd758d29 (patch) | |
tree | 7843b42c00bc45175bbe8e80059cf2643aa1ee89 /calendar/gui/dialogs | |
parent | 374bd42f69aca2e132fd854c9619f3d7491f1f96 (diff) | |
parent | e5fe0c9a3b74bf4910d768d65bb59a53c3792001 (diff) | |
download | gsoc2013-evolution-6d9e836a6fa0bb501f9fad4306373092bd758d29.tar gsoc2013-evolution-6d9e836a6fa0bb501f9fad4306373092bd758d29.tar.gz gsoc2013-evolution-6d9e836a6fa0bb501f9fad4306373092bd758d29.tar.bz2 gsoc2013-evolution-6d9e836a6fa0bb501f9fad4306373092bd758d29.tar.lz gsoc2013-evolution-6d9e836a6fa0bb501f9fad4306373092bd758d29.tar.xz gsoc2013-evolution-6d9e836a6fa0bb501f9fad4306373092bd758d29.tar.zst gsoc2013-evolution-6d9e836a6fa0bb501f9fad4306373092bd758d29.zip |
Merge branch 'master' into kill-bonobo
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 3ed798a6f0..7aa242f18e 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -2034,6 +2034,7 @@ comp_editor_set_flags (CompEditor *editor, g_return_if_fail (IS_COMP_EDITOR (editor)); editor->priv->flags = flags; + editor->priv->user_org = flags & COMP_EDITOR_USER_ORG; g_object_notify (G_OBJECT (editor), "flags"); } @@ -2494,7 +2495,6 @@ real_edit_comp (CompEditor *editor, ECalComponent *comp) priv->comp = e_cal_component_clone (comp); priv->existing_org = e_cal_component_has_organizer (comp); - priv->user_org = (itip_organizer_is_user (comp, priv->client) || itip_sentby_is_user (comp, priv->client)); priv->warned = FALSE; update_window_border (editor, NULL); |