diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 04:40:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 04:40:40 +0800 |
commit | 813550ae3b8f4c2f475c0137b19b3a5e580fa250 (patch) | |
tree | cd018a21857e610c72031a5fe29e5d914e8010e7 /ui | |
parent | e93c9c3075db3d34d0d0d8bf931161b5f9559a00 (diff) | |
download | gsoc2013-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 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 3 | ||||
-rw-r--r-- | ui/evolution-contact-editor.xml | 18 | ||||
-rw-r--r-- | ui/evolution-contact-list-editor.xml | 2 |
4 files changed, 11 insertions, 19 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 416e631556..b90e922178 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,12 @@ 2001-08-18 Ettore Perazzoli <ettore@ximian.com> + * 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 <ettore@ximian.com> + * evolution.xml: Remove "Control-W" accelerator for closing the window. 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 @@ <commands> <cmd name="ContactDelete" _tip="Delete selected contacts" - pixtype="stock" pixname="Trash" accel="*Control*d"/> <cmd name="ContactNew" @@ -138,7 +137,7 @@ _label="Print" pixtype="pixbuf"/> <toolitem name="ContactDelete" verb="" - _label="Delete"/> + _label="Delete" pixtype="pixbuf"/> <toolitem name="ContactStop" verb="" _label="Stop"/> 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 @@ <cmd name="ContactEditorSendTo"/> <cmd name="ContactEditorDelete" - _tip="Delete this item" - pixtype="stock" pixname="Trash" accel="*Control*d"/> + _tip="Delete this item" accel="*Control*d"/> <cmd name="ContactEditorPrint" _tip="Print this item" @@ -83,24 +82,11 @@ <separator/> <toolitem name="ContactEditorDelete" verb="" - _label="Delete" priority="1"/> + _label="Delete" pixtype="pixbuf" priority="1"/> <toolitem name="ContactEditorClose" verb="" _label="Close" priority="1"/> -<!-- - <toolitem name="Help" _label="Help" - _tip="See online help" verb="ContactEditorHelp" - pixtype="stock" pixname="Help"/> - - GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"), - N_("Go to the previous item"), NULL, - GNOME_STOCK_PIXMAP_BACK), - GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Next"), - N_("Go to the next item"), NULL, - GNOME_STOCK_PIXMAP_FORWARD), ---> - </dockitem> </Root> 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 @@ <cmd name="ContactListEditorDelete" _tip="Delete this list" - pixtype="stock" pixname="Trash" accel="*Control*d"/> + pixtype="pixbuf" accel="*Control*d"/> <cmd name="ContactListEditorClose" pixtype="stock" pixname="Close" accel="*Control*w"/> |