Code to save the calendar default view in the configuration file.

This commit is contained in:
Frederic Culot
2009-10-28 15:15:43 +00:00
parent d678eb411a
commit 758d5ff035
6 changed files with 39 additions and 6 deletions

View File

@@ -5,6 +5,14 @@
* src/help.c: description of the scroll keys added to the generic
keys help screen
* src/custom.c (custom_load_conf): new configuration variable
added to define the default calendar view
* src/calendar.c (calendar_set_view, calendar_get_view): new
functions
* src/io.c (io_save_conf): save the calendar default view
2009-10-16 Frederic Culot <frederic@culot.org>