Refactor configuration
authorSteven Luo <steven+maemo@steven676.net>
Tue, 25 May 2010 13:41:42 +0000 (06:41 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Tue, 25 May 2010 13:41:42 +0000 (06:41 -0700)
Most of the code for loading configuration from the config file was
being duplicated between the UI and the main browser-switchboard code;
also, the forthcoming command-line configuration tool should share the
code for loading and saving configuration with the UI.  Therefore,
move code for loading and saving configuration information into
functions generic enough to be shared between the UIs and
browser-switchboard.


No differences found