diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-30 14:20:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-30 14:20:24 +0800 |
commit | be08a4a3eceeb5d31d1aa7cab70a755f1fe9d688 (patch) | |
tree | 161b27f6e99af5d25c17da02b235c1a758fec8fc /shell/ChangeLog | |
parent | 2828781d0d377824000442624971ae15855b9f8f (diff) | |
download | gsoc2013-evolution-be08a4a3eceeb5d31d1aa7cab70a755f1fe9d688.tar.gz gsoc2013-evolution-be08a4a3eceeb5d31d1aa7cab70a755f1fe9d688.tar.zst gsoc2013-evolution-be08a4a3eceeb5d31d1aa7cab70a755f1fe9d688.zip |
do the same as below.
2004-04-30 Not Zed <NotZed@Ximian.com>
* e-component-registry.c (query_components): do the same as below.
* e-shell-settings-dialog.c (load_pages): use
gnome_i18n_get_language_list instead of e_get_language_list(), and
use the right locale option. Fixes #53398.
svn path=/trunk/; revision=25700
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 0cb14c6725..3cfc6dffeb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2004-04-30 Not Zed <NotZed@Ximian.com> + + * e-component-registry.c (query_components): do the same as below. + + * e-shell-settings-dialog.c (load_pages): use + gnome_i18n_get_language_list instead of e_get_language_list(), and + use the right locale option. Fixes #53398. + 2004-04-28 Rodney Dawes <dobey@ximian.com> * main.c (main): Call gnome_program_init with PACKAGE "-" BASE_VERSION |