aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/calendar-component.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c5698f38a9..7f504d7897 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-22 JP Rosevear <jpr@novell.com>
+
+ * gui/calendar-component.c (create_new_event): kill warning
+
2004-06-22 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/Makefile.am: removed alarm-page.*.
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 3b84151b1f..8769016978 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -948,7 +948,6 @@ static gboolean
create_new_event (CalendarComponent *calendar_component, CalendarComponentView *component_view, gboolean is_allday, gboolean is_meeting)
{
ECal *ecal;
- gboolean read_only;
ECalendarView *view;
ecal = setup_create_ecal (calendar_component, component_view);