diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-23 04:33:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-23 04:33:04 +0800 |
commit | ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc (patch) | |
tree | 69f4082b2e1ea8c65a945f25a5207570e0a9f5be /widgets/e-table/ChangeLog | |
parent | 6d28aafe86748f32b8e4f125a7ba4148d9c42d92 (diff) | |
download | gsoc2013-evolution-ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc.tar gsoc2013-evolution-ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc.tar.gz gsoc2013-evolution-ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc.tar.bz2 gsoc2013-evolution-ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc.tar.lz gsoc2013-evolution-ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc.tar.xz gsoc2013-evolution-ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc.tar.zst gsoc2013-evolution-ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc.zip |
Make the table not move around as you resize.
2000-06-22 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Make the table not move around as you resize.
svn path=/trunk/; revision=3696
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 03f4f0e471..c8cac20b3f 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,9 @@ 2000-06-22 Christopher James Lahey <clahey@helixcode.com> + * e-table.c: Make the table not move around as you resize. + +2000-06-22 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c: Killed a warning. 2000-06-22 Christopher James Lahey <clahey@helixcode.com> |