diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-11 02:06:37 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-11 02:06:37 +0800 |
commit | ccad8ad56a93e7d59aeae5e314beac555398b289 (patch) | |
tree | 2501af6b9b2029ffb9677c984f504c16e4a4444f /shell/ChangeLog | |
parent | 52ce2079e3299a9f55f19154fa954ab82bf8dfd3 (diff) | |
download | gsoc2013-evolution-ccad8ad56a93e7d59aeae5e314beac555398b289.tar.gz gsoc2013-evolution-ccad8ad56a93e7d59aeae5e314beac555398b289.tar.zst gsoc2013-evolution-ccad8ad56a93e7d59aeae5e314beac555398b289.zip |
(set_default_folder_physical_uri_from_path): New
function.
(e_setup_check_config): Call it for each of the *_path keys. Do
not set the default for *_path keys as those come from the GConf
schema anyways.
svn path=/trunk/; revision=19404
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9c7b33a70b..f10ca85703 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2003-01-10 Ettore Perazzoli <ettore@ximian.com> + * e-setup.c (set_default_folder_physical_uri_from_path): New + function. + (e_setup_check_config): Call it for each of the *_path keys. Do + not set the default for *_path keys as those come from the GConf + schema anyways. + +2003-01-10 Ettore Perazzoli <ettore@ximian.com> + * apps_evolution_shell.schemas: Set defaults for /apps/evolution/shell/default_folders/... . |