RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:24:12 +0000 (13:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:24:12 +0000 (13:24 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index 5e7f327..51b77ae 100644 (file)
            "* 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" : {
index 19fb579..fffd14a 100644 (file)
@@ -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( () => {