[evolution-patches] 62363 New Appointment not working in mailer
- From: JP Rosevear <jpr novell com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] 62363 New Appointment not working in mailer
- Date: Tue, 03 Aug 2004 13:44:16 -0400
This might also fix 61149.
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2471
diff -u -r1.2471 ChangeLog
--- ChangeLog 2 Aug 2004 18:33:39 -0000 1.2471
+++ ChangeLog 3 Aug 2004 17:44:21 -0000
@@ -1,3 +1,10 @@
+2004-08-03 JP Rosevear <jpr novell com>
+
+ Fixes #62363
+
+ * gui/calendar-component.c (create_new_event):
+ commit the sequence
+
2004-08-01 JP Rosevear <jpr novell com>
* conduits/todo/todo-conduit.c (todoconduit_load_configuration):
Index: gui/calendar-component.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/calendar-component.c,v
retrieving revision 1.179
diff -u -r1.179 calendar-component.c
--- gui/calendar-component.c 26 Jul 2004 15:35:35 -0000 1.179
+++ gui/calendar-component.c 3 Aug 2004 17:44:21 -0000
@@ -983,6 +983,7 @@
editor = event_editor_new (ecal);
comp = cal_comp_event_new_with_current_time (ecal, is_allday);
+ e_cal_component_commit_sequence (comp);
comp_editor_edit_comp (COMP_EDITOR (editor), comp);
if (is_meeting)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]