diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-29 05:33:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-29 05:33:25 +0800 |
commit | d5ae7c6cf09e4731e48b819b34f9db0acaa2b532 (patch) | |
tree | 1f24f06e92cd8e0645a09368465745f531c6ded9 /widgets/e-table/ChangeLog | |
parent | 42ea927055d4462b9f396092e2791a4db34ce6ec (diff) | |
download | gsoc2013-evolution-d5ae7c6cf09e4731e48b819b34f9db0acaa2b532.tar gsoc2013-evolution-d5ae7c6cf09e4731e48b819b34f9db0acaa2b532.tar.gz gsoc2013-evolution-d5ae7c6cf09e4731e48b819b34f9db0acaa2b532.tar.bz2 gsoc2013-evolution-d5ae7c6cf09e4731e48b819b34f9db0acaa2b532.tar.lz gsoc2013-evolution-d5ae7c6cf09e4731e48b819b34f9db0acaa2b532.tar.xz gsoc2013-evolution-d5ae7c6cf09e4731e48b819b34f9db0acaa2b532.tar.zst gsoc2013-evolution-d5ae7c6cf09e4731e48b819b34f9db0acaa2b532.zip |
Remove the idle handler before destroying the data it operates on.
* e-table-header.c (eth_destroy): Remove the idle handler before
destroying the data it operates on.
svn path=/trunk/; revision=4407
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index d9c0699d83..a206b42c98 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,8 @@ +2000-07-28 Dan Winship <danw@helixcode.com> + + * e-table-header.c (eth_destroy): Remove the idle handler before + destroying the data it operates on. + 2000-07-27 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c: Fixed up the table behavior so that it's not |