diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-11-30 20:58:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-11-30 20:58:02 +0800 |
commit | 253452654a4bc2fdd44f61446890ccf556c82958 (patch) | |
tree | b0ee410cdd6b2a0b53488c6bd19a5d9adfe247e8 /shell/ChangeLog | |
parent | 256dc9fd290522382a31ab107f0709f26e20d9a2 (diff) | |
download | gsoc2013-evolution-253452654a4bc2fdd44f61446890ccf556c82958.tar.gz gsoc2013-evolution-253452654a4bc2fdd44f61446890ccf556c82958.tar.zst gsoc2013-evolution-253452654a4bc2fdd44f61446890ccf556c82958.zip |
** Fixes bug #499920
2007-11-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #499920
* shell/es-event.h:
Avoid including private header "e-shell.h".
Use a forward declaration of EShell instead.
* shell/es-event.c:
Safe to include "e-shell.h" here.
svn path=/trunk/; revision=34618
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 dbac9390c0..2e97d88040 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2007-11-30 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #499920 + + * es-event.h: + Avoid including private header "e-shell.h". + Use a forward declaration of EShell instead. + + * es-event.c: + Safe to include "e-shell.h" here. + 2007-11-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #400213 |