StatusIcon.js
authorAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 14:26:41 +0000 (22:26 +0800)
committerAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 14:26:41 +0000 (22:26 +0800)
StatusIcon.js

index beeb05d..7225d9e 100644 (file)
@@ -38,7 +38,7 @@ StatusIcon  = new XObject({
             menu.el.popup(null, null, null, event, event_time);
             var g = { };
             print (this.el.get_geometry(g));
-            print(g);
+            print(Object.keys(g).join(','));
             
             menu.el.set_uposition(g.area.x,g.area.y);