Revision
71
Author
emsmith
Date
2006-12-12 09:38:23 -0800 (Tue, 12 Dec 2006)

Log Message

forgot to take out debugging - AHHH

Modified Paths

Diff

Modified: desktop/trunk/lib/tooltips.class.php (70 => 71)


--- desktop/trunk/lib/tooltips.class.php	2006-12-12 17:37:57 UTC (rev 70)
+++ desktop/trunk/lib/tooltips.class.php	2006-12-12 17:38:23 UTC (rev 71)
@@ -93,7 +93,6 @@
 			if(!($widget instanceof GtkMenuItem) && !($widget instanceof GtkButton) &&
 				$widget->flags() & Gtk::NO_WINDOW)
 			{
-				echo $widget;
 				$parent = $widget->get_parent();
 				$box = new GtkEventBox();
 				if($parent instanceof GtkBox)