diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2008-08-08 03:30:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 03:30:06 +0800 |
commit | 9238a8a25904e282ea1115fc903d3490cba28b60 (patch) | |
tree | 6e9327541cfa6c83a530767980cb57df7d7824b9 /ui | |
parent | 92c958d9bf5f875848650c7e137e5d7ca14a96aa (diff) | |
download | gsoc2013-evolution-9238a8a25904e282ea1115fc903d3490cba28b60.tar.gz gsoc2013-evolution-9238a8a25904e282ea1115fc903d3490cba28b60.tar.zst gsoc2013-evolution-9238a8a25904e282ea1115fc903d3490cba28b60.zip |
** Fix for bug #546788
2008-08-07 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #546788
* mail/em-folder-view.c: "/commands/ViewNormal" isn't actually used.
It is probably a leftover from a previous way of setting the formatting
style. It can be removed. Related cleanups.
* ui/evolution-mail-message.xml: Drop unused "ViewNormal" cmd entry.
svn path=/trunk/; revision=35929
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 74f5a17b9e..b6402cb979 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2008-08-07 Paul Bolle <pebolle@tiscali.nl> + + ** Fix for bug #546788 + + * evolution-mail-message.xml: Drop unused "ViewNormal" cmd entry. + 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #517825 diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 5b0a29c57d..0acbc44647 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -214,10 +214,6 @@ _tip="Force images in HTML mail to be loaded" accel="*Control*i" pixtype="pixbuf"/> - <cmd name="ViewNormal" - _tip="Show messages in the normal style" - type="radio" group="message_display"/> - <cmd name="ViewSource" _tip="Show the raw email source of the message" accel="*Control*u"/> |