diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-18 01:44:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-18 01:44:12 +0800 |
commit | cc9108e8abd23432d68a5b0e34ab15843e0cb9cc (patch) | |
tree | ef828caa00d01683f6477ef0c369acff3199e72d /shell/ChangeLog | |
parent | 66659c3812e7cea17a8e2daf97b7e50af7d4be89 (diff) | |
download | gsoc2013-evolution-cc9108e8abd23432d68a5b0e34ab15843e0cb9cc.tar gsoc2013-evolution-cc9108e8abd23432d68a5b0e34ab15843e0cb9cc.tar.gz gsoc2013-evolution-cc9108e8abd23432d68a5b0e34ab15843e0cb9cc.tar.bz2 gsoc2013-evolution-cc9108e8abd23432d68a5b0e34ab15843e0cb9cc.tar.lz gsoc2013-evolution-cc9108e8abd23432d68a5b0e34ab15843e0cb9cc.tar.xz gsoc2013-evolution-cc9108e8abd23432d68a5b0e34ab15843e0cb9cc.tar.zst gsoc2013-evolution-cc9108e8abd23432d68a5b0e34ab15843e0cb9cc.zip |
tedfast <fejj@ximian.com>
tedfast <fejj@ximian.com>
* e-shell.c (e_shell_construct): Don't destroy the splash twice.
svn path=/trunk/; revision=12161
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 0d48a8fff7..45b4f096aa 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,7 @@ 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> + * e-shell.c (e_shell_construct): Don't destroy the splash twice. + * e-local-storage.c (setup_folder_as_stock): utf_name should not be const as e_utf8_from_locale_string() returns an allocated buffer. |