From 7ebffdce1b5df71cb40b7b86a4d0350971fde788 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 7 Jan 2005 20:24:49 +0000 Subject: clear the attendees, somehow I remove this in an earlier commit 2005-01-07 JP Rosevear * gui/dialogs/event-editor.c (event_editor_edit_comp): clear the attendees, somehow I remove this in an earlier commit svn path=/trunk/; revision=28278 --- calendar/ChangeLog | 5 +++++ .../alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in | 1 - calendar/gui/dialogs/event-editor.c | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 170543aa0e..c775d3d81c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2005-01-07 JP Rosevear + + * gui/dialogs/event-editor.c (event_editor_edit_comp): clear the + attendees, somehow I remove this in an earlier commit + 2005-01-07 Rodrigo Moya * gui/dialogs/event-page.glade: diff --git a/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in index e528b15f75..91007dece2 100644 --- a/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in +++ b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in @@ -10,7 +10,6 @@ - model); + /* Set up the attendees */ if (attendees == NULL && !priv->is_meeting) { if (priv->meet_page) -- cgit