aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-04-20 02:02:08 +0800
committerSeth Alves <alves@src.gnome.org>2000-04-20 02:02:08 +0800
commitc5357bc38e9835032c14d262bd8d0f829147fcfe (patch)
treea8c2ec659325e6bdff361b4f9c1eb5c59f3e183c /calendar/ChangeLog
parentd8e30fdcb380d2a715a915c8278a024c07c12815 (diff)
downloadgsoc2013-evolution-c5357bc38e9835032c14d262bd8d0f829147fcfe.tar
gsoc2013-evolution-c5357bc38e9835032c14d262bd8d0f829147fcfe.tar.gz
gsoc2013-evolution-c5357bc38e9835032c14d262bd8d0f829147fcfe.tar.bz2
gsoc2013-evolution-c5357bc38e9835032c14d262bd8d0f829147fcfe.tar.lz
gsoc2013-evolution-c5357bc38e9835032c14d262bd8d0f829147fcfe.tar.xz
gsoc2013-evolution-c5357bc38e9835032c14d262bd8d0f829147fcfe.tar.zst
gsoc2013-evolution-c5357bc38e9835032c14d262bd8d0f829147fcfe.zip
don't call save from here because in all cases the caller of remove_object
* pcs/cal-backend.c (remove_object): don't call save from here because in all cases the caller of remove_object calls save svn path=/trunk/; revision=2507
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 516f5c393f..742daf2d22 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,8 @@
2000-04-19 Seth Alves <alves@hungry.com>
+ * pcs/cal-backend.c (remove_object): don't call save from here
+ because in all cases the caller of remove_object calls save
+
* gui/calendar-commands.c (calendar_set_uri): calls gnome_calendar_open
instead of checking on disk and calling load or create.