X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Clones.vala;fp=Clones.vala;h=65976e966626c29e1f65ee8375426adc679e6a4d;hp=8b0da7992c9c28cf2faee82e9af2f5518bad902d;hb=72a4edfbda67d0bf3eb93a91c28c4084945ddae5;hpb=4879313d9a4fffaa84198dc31c5aba384614bc15 diff --git a/Clones.vala b/Clones.vala index 8b0da799..65976e96 100644 --- a/Clones.vala +++ b/Clones.vala @@ -68,7 +68,7 @@ public class Clones : Object // user defined functions public void show () { - + GLib.debug("show clones?"); this.el.set_deletable(true); this.el.set_gravity(Gdk.Gravity.NORTH); this.el.move((Gdk.Screen.width() / 2 ) -400 ,0); @@ -81,6 +81,7 @@ public class Clones : Object this.el.show_all(); _this.reposStore.load(); this.el.set_keep_above(true); + GLib.debug("show clones = run?"); this.el.run(); // load clones.. // this.get('/reposStore').load();