aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-06-23 20:30:58 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-06-23 20:30:58 +0800
commit9cc3b55ef97eac16164a2e8ab41ac3856639e632 (patch)
tree9be551ce80b86b2418af66fd49404cc6f20c70f1 /calendar/ChangeLog
parent4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8 (diff)
downloadgsoc2013-evolution-9cc3b55ef97eac16164a2e8ab41ac3856639e632.tar
gsoc2013-evolution-9cc3b55ef97eac16164a2e8ab41ac3856639e632.tar.gz
gsoc2013-evolution-9cc3b55ef97eac16164a2e8ab41ac3856639e632.tar.bz2
gsoc2013-evolution-9cc3b55ef97eac16164a2e8ab41ac3856639e632.tar.lz
gsoc2013-evolution-9cc3b55ef97eac16164a2e8ab41ac3856639e632.tar.xz
gsoc2013-evolution-9cc3b55ef97eac16164a2e8ab41ac3856639e632.tar.zst
gsoc2013-evolution-9cc3b55ef97eac16164a2e8ab41ac3856639e632.zip
util function to do the actual removal (remove_attendee_at_row): ditto
2004-06-23 JP Rosevear <jpr@novell.com> * gui/dialogs/meeting-page.c (remove_attendee): util function to do the actual removal (remove_attendee_at_row): ditto based on row number (remove_clicked_cb): make the remove button work (popup_delete_cb): use utility routines to do removal (button_press_event): do the icon properly svn path=/trunk/; revision=26473
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 840b9ab0c1..f7c89238f7 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2004-06-23 <jpr@novell.com>
+
+ * gui/dialogs/meeting-page.c (remove_attendee): util function to
+ do the actual removal
+ (remove_attendee_at_row): ditto based on row number
+ (remove_clicked_cb): make the remove button work
+ (popup_delete_cb): use utility routines to do removal
+ (button_press_event): do the icon properly
+
+
2004-06-22 JP Rosevear <jpr@novell.com>
* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):