diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-12 15:58:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-12 15:58:20 +0800 |
commit | f61aa6b19cefdd94f2605c565ed451dbc2788936 (patch) | |
tree | 8a091c2721ab67479a2df3936d7c27c0c2c865f5 /shell/ChangeLog | |
parent | 30436b730b5e470f17e587ce00b02a47c31b1be9 (diff) | |
download | gsoc2013-evolution-f61aa6b19cefdd94f2605c565ed451dbc2788936.tar.gz gsoc2013-evolution-f61aa6b19cefdd94f2605c565ed451dbc2788936.tar.zst gsoc2013-evolution-f61aa6b19cefdd94f2605c565ed451dbc2788936.zip |
when we check the evolution dir exists, check the evolution dir exists,
2004-03-12 Not Zed <NotZed@Ximian.com>
* e-shell.c (detect_version): when we check the evolution dir
exists, check the evolution dir exists, not the config.xmldb file.
Move filename building/usage into the else condition so it can't
happen again. Fixes #53277.
svn path=/trunk/; revision=25040
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 de019dd64e..8e1e4ad648 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2004-03-12 Not Zed <NotZed@Ximian.com> + + * e-shell.c (detect_version): when we check the evolution dir + exists, check the evolution dir exists, not the config.xmldb file. + Move filename building/usage into the else condition so it can't + happen again. Fixes #53277. + 2004-03-10 Bill Zhu <bill.zhu@sun.com> * e-shell-startup-wizzard.c (key_press_event_callback): Used the stock |