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

RepoStatusPopover.bjs
RepoStatusPopover.vala

index d06dc1c..d831d98 100644 (file)
             "button_press_event" : "() => {\n   _this.repo.git({ \"commit\" , \"-a\" ,\"-m\", \"Uncommited changes synced\" });\n   _this.repo.push();\n   _this.repo.loadStatus();\n   \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    \n   _this.el.hide();\n   Clones.singleton().reposStore.load();\n   \n    return false;\n}"
            },
            "label" : "Commit Changes",
+           "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "* pack" : "add",
            "xtype" : "ToolButton",
            "$ xns" : "Gtk"
index a75be94..9a81b25 100644 (file)
@@ -451,11 +451,12 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton15(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Commit Changes" );
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-save", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
+            this.el.label = "Commit Changes";
 
             //listeners
             this.el.button_press_event.connect( () => {