diff options
author | Michael Meeks <michael@helixcode.com> | 2000-09-14 23:08:07 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-14 23:08:07 +0800 |
commit | 3d4b488b2f09eaffaf6f81d80da55b9b051523e4 (patch) | |
tree | 36be04ce1e54e5100e44de926612b16d26941811 /ui/evolution-mail.xml | |
parent | a005cabc942b4cede3ff02f8f22f779e800f668e (diff) | |
download | gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.gz gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.bz2 gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.lz gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.xz gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.tar.zst gsoc2013-evolution-3d4b488b2f09eaffaf6f81d80da55b9b051523e4.zip |
add bonobo_ui_handler_unset_container to stop menus screwing up.
2000-09-14 Michael Meeks <michael@helixcode.com>
* folder-browser-factory.c (control_deactivate): add
bonobo_ui_handler_unset_container to stop menus screwing up.
* Add 2 missing stock icons in toolbar.
svn path=/trunk/; revision=5428
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 116a1ea83a..89609aaf22 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -158,11 +158,11 @@ <toolitem name="Print" verb="MessagePrint" _label="Print" _descr="Print the selected message" - pixtype="pixbuf"/> + pixtype="stock" pixname="Print"/> <toolitem name="Delete" verb="MessageDelete" _label="Delete" _descr="Delete this message" - pixtype="pixbuf"/> + pixtype="stock" pixname="Trash"/> </dockitem> </Root>
\ No newline at end of file |