From: Alan Knowles Date: Wed, 19 Dec 2018 05:24:12 +0000 (+0800) Subject: RepoStatusPopover.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=1b2a54e90323717400de5a150429a8928163d459 RepoStatusPopover.bjs RepoStatusPopover.vala --- diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 5e7f3273..51b77aed 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -159,7 +159,8 @@ "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-bottom\", Gtk.IconSize.SMALL_TOOLBAR), null);", "xtype" : "ToolButton", "* pack" : "add", - "$ xns" : "Gtk" + "$ xns" : "Gtk", + "bool is_important" : true }, { "listeners" : { diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 19fb5790..fffd14a2 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -572,6 +572,7 @@ public class RepoStatusPopover : Object // set gobject values this.el.label = "Pull updates"; + this.el.is_important = true; //listeners this.el.button_press_event.connect( () => {