aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-canvas-vbox.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-12 09:16:42 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-12 09:16:42 +0800
commit4cd310350fc1bf8206c5ba0bbf59b1e22385876d (patch)
tree2e5199cc4fa51ef949bc9e6cfc989be75c7c6671 /e-util/e-canvas-vbox.c
parent71cd8403b210d4eda9ba80f4a47a43b5def7f769 (diff)
downloadgsoc2013-evolution-4cd310350fc1bf8206c5ba0bbf59b1e22385876d.tar
gsoc2013-evolution-4cd310350fc1bf8206c5ba0bbf59b1e22385876d.tar.gz
gsoc2013-evolution-4cd310350fc1bf8206c5ba0bbf59b1e22385876d.tar.bz2
gsoc2013-evolution-4cd310350fc1bf8206c5ba0bbf59b1e22385876d.tar.lz
gsoc2013-evolution-4cd310350fc1bf8206c5ba0bbf59b1e22385876d.tar.xz
gsoc2013-evolution-4cd310350fc1bf8206c5ba0bbf59b1e22385876d.tar.zst
gsoc2013-evolution-4cd310350fc1bf8206c5ba0bbf59b1e22385876d.zip
Removed some debugging printfs.
2000-07-11 Christopher James Lahey <clahey@helixcode.com> * e-canvas-vbox.c: Removed some debugging printfs. * e-canvas.c (e_canvas_unrealize): Call parent unrealize method. svn path=/trunk/; revision=4102
Diffstat (limited to 'e-util/e-canvas-vbox.c')
-rw-r--r--e-util/e-canvas-vbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-canvas-vbox.c b/e-util/e-canvas-vbox.c
index f42fca4a30..2d389a83e6 100644
--- a/e-util/e-canvas-vbox.c
+++ b/e-util/e-canvas-vbox.c
@@ -299,8 +299,6 @@ e_canvas_vbox_reflow( GnomeCanvasItem *item, int flags )
"height", &item_height,
NULL);
- g_print ("%f\n", running_height);
-
e_canvas_item_move_absolute(GNOME_CANVAS_ITEM(list->data),
(double) 0,
(double) running_height);