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

index 0cca8c3..9770007 100644 (file)
@@ -38,7 +38,7 @@ StatusIcon  = new XObject({
             menu.el.popup(null, null, null, event, event_time);
             var g = Gtk.StatusIcon.position_menu (menu.el, null, null, null, null)
             print(Object.keys(g).join(','));
-            print(g.x, g.y);
+            print(g.x +','+ g.y);
             menu.el.get_toplevel().move(g.x,g.y);
             //menu.el.reposition();