aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/eventedit.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-02-12 09:27:52 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-02-12 09:27:52 +0800
commit1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd (patch)
treeea0bfc96b420ce323dbe8afaf13c1b8ae00e6a80 /calendar/eventedit.c
parent27660c1d472b5a182170def1510ab70cde116fcd (diff)
downloadgsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.gz
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.bz2
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.lz
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.xz
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.zst
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.zip
Gnomecal now autosaves all the time.
Gnomecal now autosaves all the time. Miguel. svn path=/trunk/; revision=662
Diffstat (limited to 'calendar/eventedit.c')
-rw-r--r--calendar/eventedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/eventedit.c b/calendar/eventedit.c
index 1d0236cb1c..15a33d92ea 100644
--- a/calendar/eventedit.c
+++ b/calendar/eventedit.c
@@ -729,6 +729,7 @@ ee_ok (GtkWidget *widget, EventEditor *ee)
else
gnome_calendar_object_changed (ee->gnome_cal, ee->ical, CHANGE_ALL);
+ save_default_calendar (ee->gnome_cal);
ee->ical->new = 0;
}