diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-21 12:48:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-21 12:48:58 +0800 |
commit | e1416310daf21611b8c54823a10a7121140383bb (patch) | |
tree | ea49a3e6e1b9dd76779c144819358d675bcad33f /widgets/table/e-table-group-leaf.c | |
parent | 85c6449e90f4b61cee33aae16962d9bea86ab53a (diff) | |
download | gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.gz gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.bz2 gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.lz gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.xz gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.zst gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.zip |
Fix a minor warning.
2000-06-20 Christopher James Lahey <clahey@helixcode.com>
* e-table-group-leaf.c: Fix a minor warning.
* e-table-item.c: Add to the selection if shift is held down.
Show cursor when changing sort (or if table changes majorly.)
svn path=/trunk/; revision=3667
Diffstat (limited to 'widgets/table/e-table-group-leaf.c')
-rw-r--r-- | widgets/table/e-table-group-leaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-group-leaf.c b/widgets/table/e-table-group-leaf.c index ea3400ceb9..e16a3d5d6d 100644 --- a/widgets/table/e-table-group-leaf.c +++ b/widgets/table/e-table-group-leaf.c @@ -217,7 +217,7 @@ static void etgl_select_row (ETableGroup *etg, gint row) { ETableGroupLeaf *etgl = E_TABLE_GROUP_LEAF (etg); - gnome_canvas_item_set(GTK_OBJECT(etgl->item), + gnome_canvas_item_set(GNOME_CANVAS_ITEM(etgl->item), "cursor_row", row, NULL); } |