NewBranch.bjs
[gitlive] / NewBranch.vala
index 13e34ec..e65ba33 100644 (file)
@@ -51,8 +51,25 @@ public class NewBranch : Object
         });
         this.el.response.connect( (self, response_id) =>  { 
           
-                GLib.debug("got %d", (int) response_id);
-                _this.el.hide();
+               GLib.debug("got %d", (int) response_id);
+               if (response_id == 0) {
+                   _this.el.hide();     
+                       return;
+               }
+               // have they selected a ticket..
+               // make that the current active ticket?
+               // we really need to store locally what ticket is being worked on..
+               // in theory we could be working on multiple project and not merging..
+               // -- each repo would have their active ticket (only one per repo)
+               // -- so we could just store that in there
+               // -- initial load can check the contents of the ticket files on first scan.
+        
+               
+        
+                
+                
+                
+        
                 
         });
         this.el.show.connect( (self)  => {