X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.bjs;fp=RepoStatusPopover.bjs;h=ae23dc9bb531ca50454dfeb809ca8ab7101ec959;hp=952312668d4e7af3007fda739f20ed2667594420;hb=12bb012bcb7a71b912ecd7b8a44e980adcb257ca;hpb=15fe22ff104c34a6b6b6ec6fcb71f53f522096ce diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 95231266..ae23dc9b 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -69,6 +69,7 @@ }, "label" : "Reset / clear changes", "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-revert-to-saved\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "id" : "btn_reset", "* pack" : "add", "xtype" : "ToolButton", "$ xns" : "Gtk", @@ -80,6 +81,7 @@ }, "label" : "Pull updates", "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-bottom\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "id" : "btn_pull", "xtype" : "ToolButton", "* pack" : "add", "$ xns" : "Gtk",