aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-09-16 07:44:20 +0800
committerIain Holmes <iain@src.gnome.org>2000-09-16 07:44:20 +0800
commitb3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2 (patch)
tree89249f227477aa1be0547508acdc31dfe97e4dce /widgets/table/e-cell-text.c
parentd5595738ddcaea431f07a9d61956e5f8a96dae3d (diff)
downloadgsoc2013-evolution-b3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2.tar
gsoc2013-evolution-b3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2.tar.gz
gsoc2013-evolution-b3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2.tar.bz2
gsoc2013-evolution-b3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2.tar.lz
gsoc2013-evolution-b3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2.tar.xz
gsoc2013-evolution-b3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2.tar.zst
gsoc2013-evolution-b3d655a1381ca0a0f7ae70f5ef2d77c1d31f68b2.zip
Removed g_print
svn path=/trunk/; revision=5469
Diffstat (limited to 'widgets/table/e-cell-text.c')
-rw-r--r--widgets/table/e-cell-text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index 411ffe03d5..c9c52ca5d6 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -1385,7 +1385,6 @@ ect_show_tooltip (ECellView *ecell_view,
gnome_canvas_item_i2c_affine (GNOME_CANVAS_ITEM (tooltip->eti), i2c);
art_affine_point (&pixel_origin, &origin, i2c);
- g_print ("%d,%d\n", pixel_origin.x, pixel_origin.y);
gdk_window_get_origin (GTK_WIDGET (text_view->canvas)->window,
&canvas_x, &canvas_y);
pixel_origin.x += canvas_x;