Clones.bjs
[gitlive] / Clones.vala
index 45caad8..03477e1 100644 (file)
@@ -47,7 +47,7 @@ public class Clones : Object
     }
 
     // user defined functions
-    public void show (Gtk.StatusIcon icon)    {
+    public void show (Gtk.Widget icon)    {
     
         Gdk.Rectangle area;
         Gdk.Screen screen;
@@ -61,7 +61,7 @@ public class Clones : Object
        this.el.set_modal(true);
     
     
-       this.el.set_position(Gtk.PositionType.TOP);
+       this.el.set_position(Gtk.PositionType.BOTTOM);
     // this.el.popup();
        // window + header?
        this.el.show_all();