diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-07-28 00:25:43 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-07-28 00:25:43 +0800 |
commit | 1da0c533d390d4add26fac6d175ca3b7576f3d43 (patch) | |
tree | a8cc1feb1f25c65156b7e338718d756992d42769 /e-util/ChangeLog | |
parent | 672fb81ed04baf53204890ca04de6124a9ce2481 (diff) | |
download | gsoc2013-evolution-1da0c533d390d4add26fac6d175ca3b7576f3d43.tar gsoc2013-evolution-1da0c533d390d4add26fac6d175ca3b7576f3d43.tar.gz gsoc2013-evolution-1da0c533d390d4add26fac6d175ca3b7576f3d43.tar.bz2 gsoc2013-evolution-1da0c533d390d4add26fac6d175ca3b7576f3d43.tar.lz gsoc2013-evolution-1da0c533d390d4add26fac6d175ca3b7576f3d43.tar.xz gsoc2013-evolution-1da0c533d390d4add26fac6d175ca3b7576f3d43.tar.zst gsoc2013-evolution-1da0c533d390d4add26fac6d175ca3b7576f3d43.zip |
Fix silly error of not chaining destructor for canvas.
svn path=/trunk/; revision=4390
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 02b2af4e88..e3f3f89943 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,4 +1,9 @@ -2000-07-25 Peter Williams <peterw@helixcode.com> +2000-07-27 Peter Williams <peterw@helixcode.com> + + * e-canvas.c (e_canvas_destroy): Chain the + destroy handler. + +2000-07-25 Peter Williams <peterw@helixcode.com> * e-canvas.c (emit_event): Don't bother with dereferencing the event pointer. |