From 6ede85cff36220030475ee74f50b4989a45ba1dd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 25 Jan 2001 07:36:58 +0000 Subject: Make the addressbook use the new 16x16 icons in the menus. svn path=/trunk/; revision=7804 --- ChangeLog | 5 +++++ addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook.c | 4 ++++ art/Makefile.am | 3 +++ ui/ChangeLog | 6 ++++++ ui/evolution-addressbook.xml | 6 +++--- 6 files changed, 26 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bb014fc267..2a56bc0cc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-25 Ettore Perazzoli + + * art/Makefile.am (images_DATA): Add `24_find_contacts.xpm', + `16_print_xpm', `16_configure_addressbook'. + 2001-01-25 Ettore Perazzoli * art/Makefile.am (images_DATA): Add `24_all_contacts.xpm'. diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b5adeae5ef..2109c0736e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-01-25 Ettore Perazzoli + + * gui/component/addressbook.c (update_pixmaps): Set the icon for + "/Toolbar/Find" to "24_find_contact.xpm". + 2001-01-25 Ettore Perazzoli * gui/component/addressbook.c (set_pixmap): New. diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 54b211bb16..33e30e95af 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -304,7 +304,11 @@ set_pixmap (BonoboUIComponent *uic, static void update_pixmaps (BonoboUIComponent *uic) { + set_pixmap (uic, "/menu/File/Print", "16_print.xpm"); /* FIXME it doesn't seem to work */ + set_pixmap (uic, "/menu/Settings/AddressbookConfig", "16_configure_addressbook.xpm"); + set_pixmap (uic, "/Toolbar/View All", "24_all_contacts.xpm"); + set_pixmap (uic, "/Toolbar/Find", "24_find_contact.xpm"); } static void diff --git a/art/Makefile.am b/art/Makefile.am index fd39710c65..474f6b66b7 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,6 +1,9 @@ imagesdir = $(datadir)/images/evolution images_DATA = \ + 16_print.xpm \ + 16_configure_addressbook.xpm \ + 24_find_contact.xpm \ 24_all_contacts.xpm \ briefcase.png \ butterfly.png \ diff --git a/ui/ChangeLog b/ui/ChangeLog index e27f7fc329..0a8ee13855 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2001-01-25 Ettore Perazzoli + + * evolution-addressbook.xml: Change the type of the "Find a + contact" item to "pixbuf". Also set the type to "pixbuf" for + "Addressbook Configuration", and "Print Contacts". + 2001-01-25 Ettore Perazzoli * evolution-addressbook.xml: Change the type of the "View All" diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index d435719356..dfa75e5d53 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -7,7 +7,7 @@ @@ -24,7 +24,7 @@ + pixtype ="pixbuf"/> @@ -50,7 +50,7 @@ + pixtype="pixbuf"/>