diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-23 00:24:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-23 00:24:23 +0800 |
commit | cf93af47a5508c1dcb398edb17c9ff775d0c2a9a (patch) | |
tree | 0c33864dfbc7c19a15634cdfec4439689a0551a5 /widgets/e-table/ChangeLog | |
parent | d8962e358761b10f60aea0afebeebd008b3c6104 (diff) | |
download | gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.tar gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.tar.gz gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.tar.bz2 gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.tar.lz gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.tar.xz gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.tar.zst gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.zip |
Remove use of the "x" and "y" arguments to EText.
2000-06-22 Christopher James Lahey <clahey@helixcode.com>
* e-table-group-container.c: Remove use of the "x" and "y"
arguments to EText.
* e-table-item.c: Properly ref the source_model field.
* test-check.c, test-cols.c, test-table.c: Remove use of the "x"
and "y" arguments to ETableHeaderItem.
svn path=/trunk/; revision=3690
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 9c78afd8ad..573a9526f3 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,13 @@ +2000-06-22 Christopher James Lahey <clahey@helixcode.com> + + * e-table-group-container.c: Remove use of the "x" and "y" + arguments to EText. + + * e-table-item.c: Properly ref the source_model field. + + * test-check.c, test-cols.c, test-table.c: Remove use of the "x" + and "y" arguments to ETableHeaderItem. + 2000-06-21 Christopher James Lahey <clahey@helixcode.com> * e-table-field-chooser-dialog.c: Made the Close button work. |