diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-02-12 09:27:52 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-02-12 09:27:52 +0800 |
commit | 1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd (patch) | |
tree | ea0bfc96b420ce323dbe8afaf13c1b8ae00e6a80 /calendar/main.h | |
parent | 27660c1d472b5a182170def1510ab70cde116fcd (diff) | |
download | gsoc2013-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/main.h')
-rw-r--r-- | calendar/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/main.h b/calendar/main.h index 615b372acf..476349f3aa 100644 --- a/calendar/main.h +++ b/calendar/main.h @@ -56,5 +56,6 @@ void parse_color_spec (char *spec, int *r, int *g, int *b); /* Calls build_color_spec() for the color in the specified property number */ char *color_spec_from_prop (ColorProp propnum); +void save_default_calendar (GnomeCalendar *gcal); #endif |