diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-04-20 13:37:15 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-04-20 13:37:15 +0800 |
commit | 012597c56eb6788247cb836f94518a3b8de0b0f7 (patch) | |
tree | f4de48e5c3296feb4ec70d5ae37171977d5fada5 /shell/ChangeLog | |
parent | 6b03aee3149121938a9a741798cfa345950ab49f (diff) | |
download | gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.gz gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.bz2 gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.lz gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.xz gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.zst gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.zip |
Fix for bug #259606
svn path=/trunk/; revision=33438
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a24d62a802..256c6f7ceb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,18 @@ +2007-04-20 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for bug #259606 from Michael Meeks + + * e-shell-marshal.list: + * e-shell-window.c: (get_component_view), + (sidebar_button_selected_callback), + (sidebar_button_pressed_callback), (setup_widgets): Added support for + middle click to open the component in new window. + * e-shell.c: + * e-sidebar.c: (button_pressed_callback), + (boolean_handled_accumulator), (e_sidebar_class_init), + (e_sidebar_add_button): + * e-sidebar.h: + 2007-04-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #429422 |