diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-10-04 00:30:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-10-04 00:30:39 +0800 |
commit | 493d22e208dc4f57d488351399482e060e617820 (patch) | |
tree | d649ba2917af1a97b15a8effcea96f6331709988 /shell/ChangeLog | |
parent | 589ed56722c1cd136cf4d70412012febb2600e56 (diff) | |
download | gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.gz gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.bz2 gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.lz gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.xz gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.tar.zst gsoc2013-evolution-493d22e208dc4f57d488351399482e060e617820.zip |
** Fixes bug #481325
2007-10-03 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #481325
* configure.in: Require GTK+ 2.12
* shell/e-shell-window-commands.c (command_about):
Fix capitalization of program name in About dialog.
svn path=/trunk/; revision=34348
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 34db93b399..6ff701574d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,8 +1,13 @@ +2007-10-03 Matthew Barnes <mbarnes@redhat.com> + + * e-shell-window-commands.c (command_about): + Fix capitalization of program name in About dialog (#481325). + 2007-10-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #469657 - * shell/e-shell-settings-dialog.c: + * e-shell-settings-dialog.c: Use destroy functions in GHashTables to simplify memory management. 2007-09-27 Hiroyuki Ikezoe <poincare@ikezoe.net> |