Fix #5615 - gitlive - force all roojs projects to autobranch
[gitlive] / Ticket.vala
index 49a0191..6c5b028 100644 (file)
@@ -79,11 +79,12 @@ public class Ticket : Object
                        _this.summary.el.get_text() ,
                        _this.description.el.buffer.text 
                );
-               
+               this.el.hide();
+            this.running = false; 
                if (this.repo != null) {
                        NewBranch.singleton().show(this.repo, new Gee.ArrayList<GitMonitorQueue>(), tid);
                }
-                
+        
         
                 
         });
@@ -133,6 +134,9 @@ public class Ticket : Object
                _this.devmodel.loadDevelopers();        
                
         }
+               _this.summary.el.set_text("");
+               _this.description.el.buffer.text = ""; 
+        
      
        this.el.run();