X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.bjs;h=d831d98260cb139339f62e946bd2c22b98e49971;hp=d06dc1c2590f733464c3281d165489bfa51c0749;hb=2c6bd676c08a9cde36ab56c997acb12cb047d550;hpb=1d020cbf8f3c8d49fd93a9d1823b2b4317ee42a9 diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index d06dc1c2..d831d982 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -121,6 +121,7 @@ "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"