X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Ticket.vala;fp=Ticket.vala;h=8d151301cb49fd4178c43fdcbdf75f0b4adf8cd5;hp=12eb4684c01e9c18ae6030219c7ef15b06e7e58c;hb=4f094cc70311ace7119a5e8a9ba6f7b5d0166fe7;hpb=7787e7058c952459a07f64edaa20d5e7778dc1fa diff --git a/Ticket.vala b/Ticket.vala index 12eb4684..8d151301 100644 --- a/Ticket.vala +++ b/Ticket.vala @@ -76,6 +76,7 @@ public class Ticket : Object _this.milestone_id.selectedMilestoneId(), _this.priority_id.selectedPriorityId() , + _this.severity_id.selectedSeverityId() , _this.classification_id.selectedClassificationId() , _this.developer_id.selectedDeveloperId(), _this.summary.el.get_text() , @@ -87,7 +88,7 @@ public class Ticket : Object NewBranch.singleton().show(this.repo, new Gee.ArrayList(), tid); } - + }); }