diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-16 13:39:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-16 13:39:06 +0800 |
commit | bdef37bda345359b788d5940c58b2252bf13baa8 (patch) | |
tree | 393f623c3077fb36ae2f9faf6c0d218251c252a0 /widgets/e-table/ChangeLog | |
parent | 4ad1d8f78370bd4604dabefc35f39c42c9991038 (diff) | |
download | gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar.gz gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar.bz2 gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar.lz gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar.xz gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar.zst gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.zip |
Moved the reflow signal handling into an idle handler to fix a bug when
2000-06-16 Christopher James Lahey <clahey@helixcode.com>
* e-table.c, e-table.h: Moved the reflow signal handling into an
idle handler to fix a bug when resizing twice in succession.
svn path=/trunk/; revision=3588
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 eb06ac3203..d699ce3fa9 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,8 @@ +2000-06-16 Christopher James Lahey <clahey@helixcode.com> + + * e-table.c, e-table.h: Moved the reflow signal handling into an + idle handler to fix a bug when resizing twice in succession. + 2000-06-15 Chris Toshok <toshok@helixcode.com> * e-cell-tree.c (ect_print): print the icon for the tree control. |