aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
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/pcs
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/pcs')
-rw-r--r--calendar/pcs/cal-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/cal-backend.c b/calendar/pcs/cal-backend.c
index b9198c54d1..4cd7877e30 100644
--- a/calendar/pcs/cal-backend.c
+++ b/calendar/pcs/cal-backend.c
@@ -420,7 +420,7 @@ remove_object (CalBackend *backend, iCalObject *ico)
g_list_free_1 (l);
ical_object_destroy (ico);
- save (backend);
+ /*save (backend);*/
}
/* Load a calendar from a VObject */