From 866eeace163df25863fbb716a11cb6a3481288b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Dec 2018 14:54:05 +0800 Subject: [PATCH] MergeBranch.bjs MergeBranch.vala --- MergeBranch.bjs | 1 + MergeBranch.vala | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MergeBranch.bjs b/MergeBranch.bjs index a897d54f..440d9db7 100644 --- a/MergeBranch.bjs +++ b/MergeBranch.bjs @@ -147,6 +147,7 @@ { "* pack" : false, "xtype" : "Label", + "string label" : "Projected Commit Diff", "$ xns" : "Gtk" } ] diff --git a/MergeBranch.vala b/MergeBranch.vala index 9c534bc6..3f308d2f 100644 --- a/MergeBranch.vala +++ b/MergeBranch.vala @@ -686,7 +686,7 @@ public class MergeBranch : Object public Xcls_Label15(MergeBranch _owner ) { _this = _owner; - this.el = new Gtk.Label( null ); + this.el = new Gtk.Label( "Projected Commit Diff" ); // my vars (dec) -- 2.39.2