diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-08 23:53:29 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-08 23:53:29 +0800 |
commit | d48034f143822558e67d587cba49e936bf64a2f8 (patch) | |
tree | ab3692b8cd193ecbbe108e5ccec50c49704dbd55 /shell/ChangeLog | |
parent | ec85db27428484c628dc35dbfd3aecc0233bd8dc (diff) | |
download | gsoc2013-evolution-d48034f143822558e67d587cba49e936bf64a2f8.tar.gz gsoc2013-evolution-d48034f143822558e67d587cba49e936bf64a2f8.tar.zst gsoc2013-evolution-d48034f143822558e67d587cba49e936bf64a2f8.zip |
Check for ~/evolution/shortcuts.xml in addition to ~/evolution, to make
* e-setup.c (e_setup): Check for ~/evolution/shortcuts.xml in
addition to ~/evolution, to make sure it's really the directory
we're expecting it to be. Also, convert from old-style config file
to new-style config directory.
svn path=/trunk/; revision=4594
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 921431b0a0..f14f761ae2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2000-08-08 Dan Winship <danw@helixcode.com> + + * e-setup.c (e_setup): Check for ~/evolution/shortcuts.xml in + addition to ~/evolution, to make sure it's really the directory + we're expecting it to be. Also, convert from old-style config file + to new-style config directory. + 2000-08-04 Michael Meeks <michael@helixcode.com> * evolution-shell-component.c (impl_ShellComponent_populate_folder_context_menu): |