From e3ef92946bbfbe29c2523113dc8731a1ab1cc729 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:14:40 +0800 Subject: [PATCH] RepoStatusPopover.bjs RepoStatusPopover.vala --- RepoStatusPopover.bjs | 1 + RepoStatusPopover.vala | 1 + 2 files changed, 2 insertions(+) diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 11ea1bda..05149fba 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -169,6 +169,7 @@ "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-new\", Gtk.IconSize.SMALL_TOOLBAR), null)", "* pack" : "add", "xtype" : "ToolButton", + "Gtk.Widget icon_widget" : "", "$ xns" : "Gtk" } ] diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index e85db076..5dfac395 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -634,6 +634,7 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values + this.el.icon_widget = ; this.el.label = "Create Ticket"; //listeners -- 2.39.2