aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-container.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-23 00:24:23 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-23 00:24:23 +0800
commitcf93af47a5508c1dcb398edb17c9ff775d0c2a9a (patch)
tree0c33864dfbc7c19a15634cdfec4439689a0551a5 /widgets/table/e-table-group-container.c
parentd8962e358761b10f60aea0afebeebd008b3c6104 (diff)
downloadgsoc2013-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/table/e-table-group-container.c')
-rw-r--r--widgets/table/e-table-group-container.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c
index 6e950f08ed..b4e77cf95e 100644
--- a/widgets/table/e-table-group-container.c
+++ b/widgets/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,