Ticket.bjs
[gitlive] / Ticket.vala
index bddcd0a..dc18c8c 100644 (file)
@@ -80,7 +80,7 @@ public class Ticket : Object
                        _this.description.el.buffer.text 
                );
                
-               if (this.repo) {
+               if (this.repo != null) {
                        NewTicket.singleton().show(this.repo, tid);
                }