Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / ui / toolbar.xml

commit
ec34ef6a8c8c
parent
40dc41bdb803
branch
default
tags
revelation-0.4.10, revelation-0.4.11

created bugfix-branch for 0.4.x series

1
086abbb6fc3c
<?xml version="1.0" ?>
2
086abbb6fc3c
3
086abbb6fc3c
<ui>
4
c9d89f3ff91d
	<toolbar action="toolbar">
5
086abbb6fc3c
		<toolitem action="file-open" />
6
086abbb6fc3c
		<toolitem action="file-save" />
7
086abbb6fc3c
		<separator />
8
086abbb6fc3c
		<toolitem action="entry-add" />
9
a1eabf1a2e68
		<toolitem action="entry-folder" />
10
ab27d8034e65
		<separator />
11
ab27d8034e65
		<toolitem action="entry-goto" />
12
086abbb6fc3c
		<toolitem action="entry-edit" />
13
086abbb6fc3c
		<toolitem action="entry-remove" />
14
086abbb6fc3c
	</toolbar>
15
086abbb6fc3c
</ui>
16
086abbb6fc3c