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/e-table-group-container.c | |
parent | d8962e358761b10f60aea0afebeebd008b3c6104 (diff) | |
download | gsoc2013-evolution-cf93af47a5508c1dcb398edb17c9ff775d0c2a9a.tar.gz 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/e-table-group-container.c')
-rw-r--r-- | widgets/e-table/e-table-group-container.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/e-table/e-table-group-container.c b/widgets/e-table/e-table-group-container.c index 6e950f08ed..b4e77cf95e 100644 --- a/widgets/e-table/e-table-group-container.c +++ b/widgets/e-table/e-table-group-container.c @@ -377,8 +377,6 @@ etgc_add (ETableGroup *etg, gint row) e_text_get_type (), "font_gdk", etgc->font, "anchor", GTK_ANCHOR_SW, - "x", (double) 0, - "y", (double) 0, "fill_color", "black", NULL); child = e_table_group_new (GNOME_CANVAS_GROUP (etgc), etg->full_header, |