From 77ce4b87399bdd25400a866cac0c2cffe7b8cd73 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:21:06 +0800 Subject: [PATCH] RepoStatusPopover.bjs RepoStatusPopover.vala --- RepoStatusPopover.bjs | 1 + RepoStatusPopover.vala | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index d831d982..29da2d82 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -112,6 +112,7 @@ "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"stash\" , \"--all\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" }, "label" : "Stash Changes", + "* ctor" : "", "xtype" : "ToolButton", "* pack" : "add", "$ xns" : "Gtk" diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 9a81b25b..83683cbc 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -413,11 +413,12 @@ public class RepoStatusPopover : Object public Xcls_ToolButton14(RepoStatusPopover _owner ) { _this = _owner; - this.el = new Gtk.ToolButton( null, "Stash Changes" ); + this.el = ; // my vars (dec) // set gobject values + this.el.label = "Stash Changes"; //listeners this.el.button_press_event.connect( () => { -- 2.39.2