diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a5c8303cbd..f839b3f903 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-08-18 Ettore Perazzoli + + * gui/component/addressbook.c: Hook up `delete-message.png' as the + icon for "ContactDelete". + * gui/contact-editor/e-contact-editor.c: Likewise. + 2001-08-17 Chris Toshok * gui/component/addressbook-storage.h: add prototype for diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 8aeeb0d032..a6f0dfc2a5 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -273,6 +273,7 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/Toolbar/ContactNew", "new_contact.xpm"), E_PIXMAP ("/Toolbar/ContactNewList", "all_contacts.xpm"), E_PIXMAP ("/Toolbar/ContactsPrint", "buttons/print.png"), + E_PIXMAP ("/Toolbar/ContactDelete", "buttons/delete-message.png"), E_PIXMAP_END }; diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 3631ea6310..1907e6de30 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1056,6 +1056,7 @@ EPixmap pixmaps[] = { E_PIXMAP ("/commands/ContactEditorPrint", "print.xpm"), E_PIXMAP ("/commands/ContactEditorPrintEnvelope", "print.xpm"), + E_PIXMAP ("/Toolbar/ContactEditorDelete", "buttons/delete-message.png"), E_PIXMAP ("/Toolbar/ContactEditorPrint", "buttons/print.png"), E_PIXMAP_END diff --git a/ui/ChangeLog b/ui/ChangeLog index 416e631556..b90e922178 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2001-08-18 Ettore Perazzoli + + * evolution-addressbook.xml: Set the pixtype for + "ContactEditorDelete" to "pixbuf". + * evolution-contact-editor.xml: Likewise. + * evolution-contact-list-editor.xml: Likewise. + 2001-08-18 Ettore Perazzoli * evolution.xml: Remove "Control-W" accelerator for closing the diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index fbb22c69ba..40b7b6ab4d 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -2,7 +2,6 @@ + _label="Delete" pixtype="pixbuf"/> diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index cc1aa4be14..01d71062ea 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -8,8 +8,7 @@ + _tip="Delete this item" accel="*Control*d"/> + _label="Delete" pixtype="pixbuf" priority="1"/> - - diff --git a/ui/evolution-contact-list-editor.xml b/ui/evolution-contact-list-editor.xml index e9d2aa8fe3..49cc8b6abe 100644 --- a/ui/evolution-contact-list-editor.xml +++ b/ui/evolution-contact-list-editor.xml @@ -8,7 +8,7 @@ + pixtype="pixbuf" accel="*Control*d"/>