diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-19 05:19:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-19 05:19:39 +0800 |
commit | 6ab671872b2cf29fd5b3d20068d12a95d76abccc (patch) | |
tree | aa025504ca7f0aa6e017a69353532bac7ca01fdd /shell/ChangeLog | |
parent | d8fa73f1b70b8d7da8a374126a9c81eb87fe68a9 (diff) | |
download | gsoc2013-evolution-6ab671872b2cf29fd5b3d20068d12a95d76abccc.tar gsoc2013-evolution-6ab671872b2cf29fd5b3d20068d12a95d76abccc.tar.gz gsoc2013-evolution-6ab671872b2cf29fd5b3d20068d12a95d76abccc.tar.bz2 gsoc2013-evolution-6ab671872b2cf29fd5b3d20068d12a95d76abccc.tar.lz gsoc2013-evolution-6ab671872b2cf29fd5b3d20068d12a95d76abccc.tar.xz gsoc2013-evolution-6ab671872b2cf29fd5b3d20068d12a95d76abccc.tar.zst gsoc2013-evolution-6ab671872b2cf29fd5b3d20068d12a95d76abccc.zip |
Remove AUTOHELP option since GNOME adds this itself. Fixes bug #60374.
2004-06-18 Jeffrey Stedfast <fejj@novell.com>
* main.c (main): Remove AUTOHELP option since GNOME adds this
itself. Fixes bug #60374.
(main): Before exiting from main(), call shutdown() routines.
svn path=/trunk/; revision=26431
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7da02fabf5..9dcf6e4688 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2004-06-18 Jeffrey Stedfast <fejj@novell.com> + + * main.c (main): Remove AUTOHELP option since GNOME adds this + itself. Fixes bug #60374. + (main): Before exiting from main(), call shutdown() routines. + 2004-06-18 Radek Doulik <rodo@ximian.com> * main.c (main): test for skip_warning_dialog value in gconf here |