X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=RepoStatusPopover.bjs;h=952312668d4e7af3007fda739f20ed2667594420;hb=15fe22ff104c34a6b6b6ec6fcb71f53f522096ce;hp=04e8a3028b4e23e16e663279378e45ba698e0606;hpb=878e8dcc80b84893f8bf523a58e3c45d76474b63;p=gitlive diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 04e8a302..95231266 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -45,6 +45,7 @@ }, "label" : "Stash Changes", "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-undo\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "id" : "btn_stash", "xtype" : "ToolButton", "* pack" : "add", "$ xns" : "Gtk", @@ -56,6 +57,7 @@ }, "label" : "Commit Changes", "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "id" : "btn_commit", "* pack" : "add", "xtype" : "ToolButton", "$ xns" : "Gtk",