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 /mail/ChangeLog | |
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 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bbbabf73d8..84f7066075 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2008-08-07 Paul Bolle <pebolle@tiscali.nl> + + ** Fix for bug #546788 + + * 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. + 2008-08-06 Paul Bolle <pebolle@tiscali.nl> ** Fix for bug #546668 |