aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-19 04:40:40 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-19 04:40:40 +0800
commit813550ae3b8f4c2f475c0137b19b3a5e580fa250 (patch)
treecd018a21857e610c72031a5fe29e5d914e8010e7 /addressbook
parente93c9c3075db3d34d0d0d8bf931161b5f9559a00 (diff)
downloadgsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar
gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.gz
gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.bz2
gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.lz
gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.xz
gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.tar.zst
gsoc2013-evolution-813550ae3b8f4c2f475c0137b19b3a5e580fa250.zip
Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.
* evolution-addressbook.xml: Set the pixtype for "ContactEditorDelete" to "pixbuf". * evolution-contact-editor.xml: Likewise. * evolution-contact-list-editor.xml: Likewise. * gui/component/addressbook.c: Hook up `delete-message.png' as the icon for "ContactDelete". * gui/contact-editor/e-contact-editor.c: Likewise. svn path=/trunk/; revision=12206
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/addressbook.c1
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
3 files changed, 8 insertions, 0 deletions
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 <ettore@ximian.com>
+
+ * 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 <toshok@ximian.com>
* 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