diff options
author | JP Rosevear <jpr@ximian.com> | 2003-04-08 03:56:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-04-08 03:56:41 +0800 |
commit | 5c0dca8bd51d32374d72ca870d0bfa11df8f1e78 (patch) | |
tree | 5919dbd92aaa573f43648468f5e0f6665cd8abaf /calendar/ChangeLog | |
parent | 3b5fc9292b9edd41c51d8b40d213c5ddbcd9327e (diff) | |
download | gsoc2013-evolution-5c0dca8bd51d32374d72ca870d0bfa11df8f1e78.tar gsoc2013-evolution-5c0dca8bd51d32374d72ca870d0bfa11df8f1e78.tar.gz gsoc2013-evolution-5c0dca8bd51d32374d72ca870d0bfa11df8f1e78.tar.bz2 gsoc2013-evolution-5c0dca8bd51d32374d72ca870d0bfa11df8f1e78.tar.lz gsoc2013-evolution-5c0dca8bd51d32374d72ca870d0bfa11df8f1e78.tar.xz gsoc2013-evolution-5c0dca8bd51d32374d72ca870d0bfa11df8f1e78.tar.zst gsoc2013-evolution-5c0dca8bd51d32374d72ca870d0bfa11df8f1e78.zip |
create button properly
2003-04-07 JP Rosevear <jpr@ximian.com>
* gui/dialogs/event-page.glade: create button properly
* gui/itip-utils.c (comp_server_send): for errors other than busy,
we want to email the results
* pcs/cal-backend.c (cal_backend_ref_categories): insert the new
category in the category list as well
(idle_notify_categories_changed): reset idle id
svn path=/trunk/; revision=20726
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 31d7729ab2..714cb687f5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2003-04-07 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/event-page.glade: create button properly + + * gui/itip-utils.c (comp_server_send): for errors other than busy, + we want to email the results + + * pcs/cal-backend.c (cal_backend_ref_categories): insert the new + category in the category list as well + (idle_notify_categories_changed): reset idle id + 2003-04-07 Not Zed <NotZed@Ximian.com> Fixes #40252 |