diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-17 08:30:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-17 08:30:55 +0000 |
| commit | 9cd9d92bb1d66db9329bf5cd6e42e8b0096945e6 (patch) | |
| tree | 8df19a3f304a1defa652681c4fde409f6065def3 /src/Toolbar.h | |
| parent | 66c879bd5c0c9f668096f620007388ef347becd0 (diff) | |
configuration changes "done"!!
on start, the config file is read entirely off the disc, and missing values are assigned defaults.
the config file is immediately written back to the disk to populate missing defaults in the file.
any time a config option is changed the control, the config file is re-written with the change.
choosing reconfig will reload the current config file on the disc.
on shutdown, nothing is written to the config file.
Diffstat (limited to 'src/Toolbar.h')
| -rw-r--r-- | src/Toolbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Toolbar.h b/src/Toolbar.h index c1b3c2cd..ecf2fd2a 100644 --- a/src/Toolbar.h +++ b/src/Toolbar.h @@ -136,6 +136,7 @@ public: void edit(); void reconfigure(); void load(); + void save(); void mapToolbar(); void unMapToolbar(); #ifdef HAVE_STRFTIME |
