diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-04 05:19:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-04 05:19:53 +0800 |
commit | 96484b36449d4a04042d91e0d770a7467f838dc9 (patch) | |
tree | 3d029dd9dccf7c17c230753cf1396e527037461e | |
parent | 52ac64840cbed0dfa4a98bfc820ca7935522f730 (diff) | |
download | gsoc2013-evolution-96484b36449d4a04042d91e0d770a7467f838dc9.tar gsoc2013-evolution-96484b36449d4a04042d91e0d770a7467f838dc9.tar.gz gsoc2013-evolution-96484b36449d4a04042d91e0d770a7467f838dc9.tar.bz2 gsoc2013-evolution-96484b36449d4a04042d91e0d770a7467f838dc9.tar.lz gsoc2013-evolution-96484b36449d4a04042d91e0d770a7467f838dc9.tar.xz gsoc2013-evolution-96484b36449d4a04042d91e0d770a7467f838dc9.tar.zst gsoc2013-evolution-96484b36449d4a04042d91e0d770a7467f838dc9.zip |
Subtracted 27.
2001-08-03 Christopher James Lahey <clahey@ximian.com>
* e-tree.c (et_drag_motion, et_drag_drop, et_drag_data_received):
Subtracted 27.
svn path=/trunk/; revision=11624
-rw-r--r-- | widgets/table/e-tree.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c index 2dab3a01ee..23b5cc4e04 100644 --- a/widgets/table/e-tree.c +++ b/widgets/table/e-tree.c @@ -1918,6 +1918,7 @@ et_drag_motion(GtkWidget *widget, gboolean ret_val; int row, col; ETreePath path; + y -= 27; e_tree_get_cell_at (et, x, y, @@ -1963,6 +1964,7 @@ et_drag_drop(GtkWidget *widget, gboolean ret_val; int row, col; ETreePath path; + y -= 27; e_tree_get_cell_at(et, x, y, @@ -2021,6 +2023,7 @@ et_drag_data_received(GtkWidget *widget, { int row, col; ETreePath path; + y -= 27; e_tree_get_cell_at(et, x, y, |