Save and restore daemon configuration options.

This commit is contained in:
Frederic Culot
2009-08-01 17:44:51 +00:00
parent 71d6cfda92
commit 989b6c885f
4 changed files with 38 additions and 8 deletions

View File

@@ -5,6 +5,11 @@
* src/notify.c (print_option, notify_app_txt): new functions
notification configuration menu updated with daemon-related
variables
* src/io.c (io_save_conf): save daemon configuration options
* src/custom (custom_load_conf): restore daemon configuration
options
2009-07-29 Frederic Culot <frederic@culot.org>
@@ -18,7 +23,7 @@
* src/notify.c (notify_launch_cmd): return an error code
* src/notify.c (notify_get_next_bckg): new function
* src/notify.c (notify_get_next_bkgd): new function
2009-07-27 Frederic Culot <frederic@culot.org>