diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 14:33:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 14:33:41 +0800 |
commit | 77ba5399031de0aba831e267a4b6ed6f0d51ca6c (patch) | |
tree | f8e64c39b2f63e8b75b7273198b3b9f4ae272f44 /ui | |
parent | 46e42dcf44573b23812ada87bfe5313cb318662f (diff) | |
download | gsoc2013-evolution-77ba5399031de0aba831e267a4b6ed6f0d51ca6c.tar.gz gsoc2013-evolution-77ba5399031de0aba831e267a4b6ed6f0d51ca6c.tar.zst gsoc2013-evolution-77ba5399031de0aba831e267a4b6ed6f0d51ca6c.zip |
Get the addressbook to use the new "Show all" icon.
svn path=/trunk/; revision=7802
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 2171b95272..e27f7fc329 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-01-25 Ettore Perazzoli <ettore@ximian.com> + + * evolution-addressbook.xml: Change the type of the "View All" + button to "pixbuf". + 2001-01-24 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Change Security* to SecurityPGP* diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index f8a8dff6ed..d435719356 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -64,7 +64,7 @@ <toolitem name="View All" _label="View All" _tip="View all contacts" verb="ContactViewAll" - pixtype="stock" pixname="Multiple"/> + pixtype="pixbuf"/> <toolitem name="Stop" _label="Stop" _tip="Stop Loading" verb="ContactStop" @@ -73,9 +73,3 @@ </dockitem> </Root> - - - - - - |