forgot to take out debugging - AHHH
--- 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)