diff options
author | Ondrej Jirman <megous@megous.com> | 2008-04-07 17:55:11 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-07 17:55:11 +0800 |
commit | 0732374acc936f29afb4bb9c2fb731bf5054f6a5 (patch) | |
tree | 7d149e5f77dce2e496d01a53adec3a30c655aa2e /shell/ChangeLog | |
parent | d4ec8ecc409c339e0a2e7777965cfa1596e38655 (diff) | |
download | gsoc2013-evolution-0732374acc936f29afb4bb9c2fb731bf5054f6a5.tar.gz gsoc2013-evolution-0732374acc936f29afb4bb9c2fb731bf5054f6a5.tar.zst gsoc2013-evolution-0732374acc936f29afb4bb9c2fb731bf5054f6a5.zip |
** Fix for bug #525238
2008-04-07 Ondrej Jirman <megous@megous.com>
** Fix for bug #525238
* e-shell-window.c: (switch_view):
* es-event.c:
* es-event.h:
Add new "component.activated" event. Event is emitted whenever
component is activated. ESEventTargetComponent contains an id
of the component being activated.
svn path=/trunk/; revision=35332
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 910bbb9ee8..7c26a8a006 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2008-04-07 Ondrej Jirman <megous@megous.com> + + ** Fix for bug #525238 + + * e-shell-window.c: (switch_view): + * es-event.c: + * es-event.h: + Add new "component.activated" event. Event is emitted whenever + component is activated. ESEventTargetComponent contains an id + of the component being activated. + 2008-03-25 Veerapuram Varadhan <vvaradhan@novell.com> ** Added configurable Proxy settings for Evolution. |