diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-07 02:31:09 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-07 02:31:09 +0800 |
commit | 2b89fd32201b191254e589cf405fe986dc7cd59f (patch) | |
tree | 57f70cd7f5bbb11c1da3fdde85153820df1128c9 /calendar/gui/calendar-component.c | |
parent | 4e4d7e38f19498e1840f22e3aa42335ccea5ec45 (diff) | |
download | gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.gz 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.c | 2 |
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; |