Fixed a warning.
2000-04-25 Christopher James Lahey <clahey@helixcode.com> * e-table-size-test.c: Fixed a warning. * e-table-item.c: Removed the unnecessary gnome_canvas_update_bbox. svn path=/trunk/; revision=2598
This commit is contained in:
committed by
Chris Lahey
parent
1b7d0bc8c2
commit
5f54bb7ea0
@ -1,3 +1,9 @@
|
||||
2000-04-25 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-table-size-test.c: Fixed a warning.
|
||||
|
||||
* e-table-item.c: Removed the unnecessary gnome_canvas_update_bbox.
|
||||
|
||||
2000-04-24 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-table.c: Fixed some warnings.
|
||||
|
||||
@ -215,8 +215,6 @@ eti_update (GnomeCanvasItem *item, double *affine, ArtSVP *clip_path, int flags)
|
||||
item->x2, item->y2);
|
||||
eti->needs_redraw = 0;
|
||||
}
|
||||
gnome_canvas_update_bbox (item, item->x1, item->y1,
|
||||
item->x2, item->y2);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -127,6 +127,7 @@ my_value_at (ETableModel *etc, int col, int row, void *data)
|
||||
else if (col == 2) return "Chris Toshok";
|
||||
else if (col == 3) return "43 Vicksburg, SF";
|
||||
else if (col == 4) return "415-867-5309";
|
||||
else return NULL;
|
||||
}
|
||||
|
||||
/* This function sets the value at a particular point in our ETableModel. */
|
||||
|
||||
@ -215,8 +215,6 @@ eti_update (GnomeCanvasItem *item, double *affine, ArtSVP *clip_path, int flags)
|
||||
item->x2, item->y2);
|
||||
eti->needs_redraw = 0;
|
||||
}
|
||||
gnome_canvas_update_bbox (item, item->x1, item->y1,
|
||||
item->x2, item->y2);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -127,6 +127,7 @@ my_value_at (ETableModel *etc, int col, int row, void *data)
|
||||
else if (col == 2) return "Chris Toshok";
|
||||
else if (col == 3) return "43 Vicksburg, SF";
|
||||
else if (col == 4) return "415-867-5309";
|
||||
else return NULL;
|
||||
}
|
||||
|
||||
/* This function sets the value at a particular point in our ETableModel. */
|
||||
|
||||
Reference in New Issue
Block a user