Clones.bjs
[gitlive] / Clones.vala
index 88d6734..09e70fb 100644 (file)
@@ -50,7 +50,7 @@ public class Clones : Object
     public void show (Gtk.Widget menuitem)    {
     
        
-       this.el.set_relative_to(menuitem);
+    
         
                //console.log('show all');
        this.el.set_modal(false);
@@ -61,7 +61,7 @@ public class Clones : Object
        // window + header?
        this.el.show_all();
        this.el.set_size_request(800,500);
-    
+       this.el.set_relative_to(menuitem);
        //this.view.el.grab_focus();
     }
     public class Xcls_Box2 : Object