diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-18 01:12:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-18 01:12:19 +0800 |
commit | 681d93a44e29135666f75a52e7d97ed7fbf16c9a (patch) | |
tree | 4070a95a29f4709fb3c6a4b21e0331561cf0134c /shell/ChangeLog | |
parent | 387ff45e5e9a55234db048b0ffc9312a2cb9d9ca (diff) | |
download | gsoc2013-evolution-681d93a44e29135666f75a52e7d97ed7fbf16c9a.tar.gz gsoc2013-evolution-681d93a44e29135666f75a52e7d97ed7fbf16c9a.tar.zst gsoc2013-evolution-681d93a44e29135666f75a52e7d97ed7fbf16c9a.zip |
utf_name should not be const as e_utf8_from_locale_string() returns an
2001-08-17 Jeffrey Stedfast <fejj@ximian.com>
* e-local-storage.c (setup_folder_as_stock): utf_name should not
be const as e_utf8_from_locale_string() returns an allocated
buffer.
svn path=/trunk/; revision=12158
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9afd5b1eb1..0d48a8fff7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-08-17 Jeffrey Stedfast <fejj@ximian.com> + + * e-local-storage.c (setup_folder_as_stock): utf_name should not + be const as e_utf8_from_locale_string() returns an allocated + buffer. + 3001-08-17 Iain Holmes <iain@ximian.com> * Evolution.idl: Add Evolution-Wizard.idl @@ -6,8 +12,8 @@ * Makefile.am: Add the wizard stuff and the startup dialog stuff - * e-shell.c (e_shell_construct): Hide the splash screen and try to start - the startup assistant. + * e-shell.c (e_shell_construct): Hide the splash screen and try to + start the startup assistant. * glade/Makefile.am: Add the evolution-startup-wizard.glade |