aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-07-04 17:37:24 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-07-04 17:37:24 +0800
commit744563a9a2b6841881f7d53d2d6ef163b27cb135 (patch)
tree5057a4da5e6561ff20acd6917ace74dcf6a28acf /calendar/gui/dialogs
parentec4894467f28cbd17272943c9269fc69f72adeb7 (diff)
downloadgsoc2013-evolution-744563a9a2b6841881f7d53d2d6ef163b27cb135.tar
gsoc2013-evolution-744563a9a2b6841881f7d53d2d6ef163b27cb135.tar.gz
gsoc2013-evolution-744563a9a2b6841881f7d53d2d6ef163b27cb135.tar.bz2
gsoc2013-evolution-744563a9a2b6841881f7d53d2d6ef163b27cb135.tar.lz
gsoc2013-evolution-744563a9a2b6841881f7d53d2d6ef163b27cb135.tar.xz
gsoc2013-evolution-744563a9a2b6841881f7d53d2d6ef163b27cb135.tar.zst
gsoc2013-evolution-744563a9a2b6841881f7d53d2d6ef163b27cb135.zip
Set the new item flags while creating new meetings from other components.
Check the new item flags while creating the scheduling page. svn path=/trunk/; revision=29625
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r--calendar/gui/dialogs/event-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c
index 519c9f4447..1c15bc1f53 100644
--- a/calendar/gui/dialogs/event-editor.c
+++ b/calendar/gui/dialogs/event-editor.c
@@ -155,7 +155,7 @@ event_editor_construct (EventEditor *ee, ECal *client)
event_page_show_options (priv->event_page);
comp_editor_set_group_item (COMP_EDITOR (ee), TRUE);
- if ((flags & COMP_EDITOR_USER_ORG) || (flags & COMP_EDITOR_DELEGATE)) {
+ if ((flags & COMP_EDITOR_USER_ORG) || (flags & COMP_EDITOR_DELEGATE)|| (flags & COMP_EDITOR_NEW_ITEM)) {
priv->sched_page = schedule_page_new (priv->model);
g_object_ref (priv->sched_page);
gtk_object_sink (GTK_OBJECT (priv->sched_page));