diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-10-20 23:56:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-20 23:56:38 +0800 |
commit | 0031f7a894a5498d985e438af3527dc6905c4b70 (patch) | |
tree | 58b418d0e768d9c1ad2d74d2108c1bc0a5e41fc5 /calendar/ChangeLog | |
parent | 0ec5adff542f07f1e6117cf908c9b0a71b7ccb9c (diff) | |
download | gsoc2013-evolution-0031f7a894a5498d985e438af3527dc6905c4b70.tar.gz gsoc2013-evolution-0031f7a894a5498d985e438af3527dc6905c4b70.tar.zst gsoc2013-evolution-0031f7a894a5498d985e438af3527dc6905c4b70.zip |
** Fixes bug #555958 (patch by Anis Elleuch)
2008-10-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #555958 (patch by Anis Elleuch)
* calendar/gui/dialogs/comp-editor.c (comp_editor_init):
Add the UI manager's accelerator group to the editor window
so that menu shortcut keys work.
svn path=/trunk/; revision=36667
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cd2362f4a3..343a76a9e0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-10-20 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #555958 (patch by Anis Elleuch) + + * gui/dialogs/comp-editor.c (comp_editor_init): + Add the UI manager's accelerator group to the editor window + so that menu shortcut keys work. + 2008-10-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #553715 |