diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-03-24 16:47:44 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-03-24 16:47:44 +0800 |
commit | 41930cb707fb94e9ea90a4b431cb83a6cee05f75 (patch) | |
tree | 348ebebc0b4f007e1580f36a7641e53f2ec7879f /calendar/ChangeLog | |
parent | 50a23d204c293f805659bf60671faf435dc07df5 (diff) | |
download | gsoc2013-evolution-41930cb707fb94e9ea90a4b431cb83a6cee05f75.tar.gz gsoc2013-evolution-41930cb707fb94e9ea90a4b431cb83a6cee05f75.tar.zst gsoc2013-evolution-41930cb707fb94e9ea90a4b431cb83a6cee05f75.zip |
Fixes #73320 Check if we are editing the same row and if so do not remove
2005-03-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73320
* gui/e-meeting-list-view.c: (attendee_edited_cb): Check if
we are editing the same row and if so do not remove the attendee.
svn path=/trunk/; revision=29098
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f06766e40c..021000e746 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2005-03-24 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #73320 + * gui/e-meeting-list-view.c: (attendee_edited_cb): Check if + we are editing the same row and if so do not remove the attendee. + +2005-03-24 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #73508 * gui/dialogs/meeting-page.c: (meeting_page_fill_widgets): Set the organizers status as NEEDS ACTION, checking for the static capability. |