aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-07 02:31:09 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-07 02:31:09 +0800
commit2b89fd32201b191254e589cf405fe986dc7cd59f (patch)
tree57f70cd7f5bbb11c1da3fdde85153820df1128c9 /calendar/gui/calendar-component.c
parent4e4d7e38f19498e1840f22e3aa42335ccea5ec45 (diff)
downloadgsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.gz
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.bz2
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.lz
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.xz
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.zst
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.zip
** Fix for bug #321741
svn path=/trunk/; revision=33763
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 90dd8426f6..f077199fa6 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -1268,7 +1268,7 @@ create_new_event (CalendarComponent *calendar_component, CalendarComponentView *
|| view_type == GNOME_CAL_LIST_VIEW)
is_allday = TRUE;
- e_calendar_view_new_appointment_full (view, is_allday, is_meeting);
+ e_calendar_view_new_appointment_full (view, is_allday, is_meeting, TRUE);
} else {
ECalComponent *comp;
EventEditor *editor;