[evolution/foocanvas] Fixup previous commit.



commit b3d80a3fa0fa81bd5da41cca7c1be0f5825b4339
Author: H.Habighorst <h habighorst googlemail com>
Date:   Wed Apr 28 03:33:51 2010 +0200

    Fixup previous commit.

 widgets/text/e-text.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index 0f1e07f..bbfa96a 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -1765,14 +1765,8 @@ e_text_translate (FooCanvasItem *item, gdouble dx, gdouble dy)
 
 	text = E_TEXT (item);
 
-	printf("Item coordinates before setting: %f, %f, %f, %f \n",
-		item->x1, item->y1, item->x2, item->y2);
-
 	text->x += dx;
 	text->y += dy;
-
-	printf("Item coordinates before setting: %f, %f, %f, %f \n",
-		item->x1, item->y1, item->x2, item->y2);
 }
 
 /* Bounds handler for the text item */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]