diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-23 18:00:34 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-23 18:00:34 +0800 |
commit | 6ee30271e20b004864b2c47b3dffbef451bdda03 (patch) | |
tree | 4a0239ffc49c244a8e01975baf47cdc521a1f37d /mail/ChangeLog | |
parent | e357c59b3b07fe144e56078562df1737374d2b7c (diff) | |
download | gsoc2013-evolution-6ee30271e20b004864b2c47b3dffbef451bdda03.tar gsoc2013-evolution-6ee30271e20b004864b2c47b3dffbef451bdda03.tar.gz gsoc2013-evolution-6ee30271e20b004864b2c47b3dffbef451bdda03.tar.bz2 gsoc2013-evolution-6ee30271e20b004864b2c47b3dffbef451bdda03.tar.lz gsoc2013-evolution-6ee30271e20b004864b2c47b3dffbef451bdda03.tar.xz gsoc2013-evolution-6ee30271e20b004864b2c47b3dffbef451bdda03.tar.zst gsoc2013-evolution-6ee30271e20b004864b2c47b3dffbef451bdda03.zip |
dont add the show/hide menu items if we can't ever show it inline.
2004-03-23 Not Zed <NotZed@Ximian.com>
* em-format-html-display.c (efhd_attachment_popup): dont add the
show/hide menu items if we can't ever show it inline.
(efhd_attachment_button): disable the ">" button if we can't view
the content inline. See #52086.
svn path=/trunk/; revision=25155
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3455847b95..4e66daad95 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2004-03-23 Not Zed <NotZed@Ximian.com> + * em-format-html-display.c (efhd_attachment_popup): dont add the + show/hide menu items if we can't ever show it inline. + (efhd_attachment_button): disable the ">" button if we can't view + the content inline. See #52086. + * em-format-quote.c (emfq_format_attachment): format inline(d) parts automatically into the reply. Part of #55702. |