diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-02-13 02:22:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-02-13 02:22:19 +0800 |
commit | 93f47d2d2331fbcdbe9510de43f0440d4c2a8fed (patch) | |
tree | 4d94198daa7cce4dd0828091d71357758758eb9d /shell/ChangeLog | |
parent | 876e40f9057b0ef9948e58b7c2253c53d0388f10 (diff) | |
download | gsoc2013-evolution-93f47d2d2331fbcdbe9510de43f0440d4c2a8fed.tar gsoc2013-evolution-93f47d2d2331fbcdbe9510de43f0440d4c2a8fed.tar.gz gsoc2013-evolution-93f47d2d2331fbcdbe9510de43f0440d4c2a8fed.tar.bz2 gsoc2013-evolution-93f47d2d2331fbcdbe9510de43f0440d4c2a8fed.tar.lz gsoc2013-evolution-93f47d2d2331fbcdbe9510de43f0440d4c2a8fed.tar.xz gsoc2013-evolution-93f47d2d2331fbcdbe9510de43f0440d4c2a8fed.tar.zst gsoc2013-evolution-93f47d2d2331fbcdbe9510de43f0440d4c2a8fed.zip |
** Fixes bug #360946
2007-02-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #360946
shell/e-shell-window-commands.c (command_about): Migrate to
GtkAboutDialog, use "evolution" for the icon name, add a website link.
shell/main.c (main): Set default window icon name to "evolution".
svn path=/trunk/; revision=33212
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 01769364f3..1f83d707f1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2007-02-12 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #360946 + + e-shell-window-commands.c (command_about): Migrate to GtkAboutDialog, + use "evolution" for the icon name, add a website link. + + main.c (main): Set default window icon name to "evolution". + 2007-02-12 Srinivasa Ragavan <sragavan@novell.com> ** Rewrite of print settings schema from Matthew Barnes |