diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 00:53:31 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 00:53:31 +0800 |
commit | 42261b4c8ab857c4957821773ef20dde477f20f9 (patch) | |
tree | ecf5d5c8ce0eae3f9a0002629ea982e2152dba1f /shell/ChangeLog | |
parent | 1f0f6705804f7a5f1e4e601fb0b91331485bb4cd (diff) | |
download | gsoc2013-evolution-42261b4c8ab857c4957821773ef20dde477f20f9.tar gsoc2013-evolution-42261b4c8ab857c4957821773ef20dde477f20f9.tar.gz gsoc2013-evolution-42261b4c8ab857c4957821773ef20dde477f20f9.tar.bz2 gsoc2013-evolution-42261b4c8ab857c4957821773ef20dde477f20f9.tar.lz gsoc2013-evolution-42261b4c8ab857c4957821773ef20dde477f20f9.tar.xz gsoc2013-evolution-42261b4c8ab857c4957821773ef20dde477f20f9.tar.zst gsoc2013-evolution-42261b4c8ab857c4957821773ef20dde477f20f9.zip |
[Patch from Not Zed <NotZed@Ximian.com>]
(show_development_warning): Separated the current stable
version number from the warning prompt, and fixed a minor
grammatical error. For bug #38775.
svn path=/trunk/; revision=20196
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 58b66e1e1b..7daee809e4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2003-03-06 Ettore Perazzoli <ettore@ximian.com> + Patch from Not Zed <NotZed@Ximian.com>: + + * main.c (show_development_warning): Separated the current stable + version number from the warning prompt, and fixed a minor + grammatical error. For bug #38775. + +2003-03-06 Ettore Perazzoli <ettore@ximian.com> + * e-config-upgrade.c (import_bonobo_config): Protect from val being NULL when printf()ing -- should fix #39096 (Solaris-specific crash). |