diff options
author | Rodney Dawes <dobey@novell.com> | 2006-04-28 00:46:21 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2006-04-28 00:46:21 +0800 |
commit | 9710f404f5b8c4d3daac1f881dd3b67790bfa494 (patch) | |
tree | 742d42c878694b6f32ce0f6d7760b36a10326d07 /ui/evolution-mail-global.xml | |
parent | 502626fd9c60e6bbf5e9b4abcc1f352fd3bce204 (diff) | |
download | gsoc2013-evolution-9710f404f5b8c4d3daac1f881dd3b67790bfa494.tar gsoc2013-evolution-9710f404f5b8c4d3daac1f881dd3b67790bfa494.tar.gz gsoc2013-evolution-9710f404f5b8c4d3daac1f881dd3b67790bfa494.tar.bz2 gsoc2013-evolution-9710f404f5b8c4d3daac1f881dd3b67790bfa494.tar.lz gsoc2013-evolution-9710f404f5b8c4d3daac1f881dd3b67790bfa494.tar.xz gsoc2013-evolution-9710f404f5b8c4d3daac1f881dd3b67790bfa494.tar.zst gsoc2013-evolution-9710f404f5b8c4d3daac1f881dd3b67790bfa494.zip |
Don't set gtk-delete as the stock icon for Empty Trash
2006-04-27 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml: Don't set gtk-delete as the stock icon
for Empty Trash
* evolution-mail-message.xml: Set the MessageDelete icon as a pixbuf
from the code
Don't set an icon for MessageUndelete
Fixes #339626
svn path=/trunk/; revision=31921
Diffstat (limited to 'ui/evolution-mail-global.xml')
-rw-r--r-- | ui/evolution-mail-global.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 94d7af422f..9626907c47 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -45,7 +45,7 @@ <submenu name="File"> <placeholder name="EmptyTrashPlaceholder"> - <menuitem name="EmptyTrash" verb="" _label="Empty _Trash" pixtype="stock" pixname="gtk-delete"/> + <menuitem name="EmptyTrash" verb="" _label="Empty _Trash"/> </placeholder> </submenu> |