To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
1
2
3
4
5
6
7
8
9
10
11
|
<ui>
<popup name="context_right">
<menuitem name="add" action="add" />
<menuitem name="remove" action="remove" />
<separator />
<menuitem name="commit" action="commit" />
<separator />
<menuitem name="diff" action="diff" />
<menuitem name="log" action="log" />
</popup>
</ui>
|