diff options
author | Harry Lu <harry.lu@sun.com> | 2005-02-08 11:50:38 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-02-08 11:50:38 +0800 |
commit | c0c618e5a7aeb6d1130760669ee8936e7f896458 (patch) | |
tree | b9b6777acf311b02b28ea0798f1f04fd610b1a7b /mail/ChangeLog | |
parent | 80f47d42b88b901c3234f923ce50eaa785397e4b (diff) | |
download | gsoc2013-evolution-c0c618e5a7aeb6d1130760669ee8936e7f896458.tar.gz gsoc2013-evolution-c0c618e5a7aeb6d1130760669ee8936e7f896458.tar.zst gsoc2013-evolution-c0c618e5a7aeb6d1130760669ee8936e7f896458.zip |
Fix for 72275. try to bring up menu for preivew html object.
2005-02-07 Harry Lu <harry.lu@sun.com>
Fix for 72275.
* em-folder-view.c: (emfv_popup_menu): try to bring up menu for
preivew html object.
(emfv_format_popup_event): handle event == NULL case.
* em-format-html-display.c: (em_format_html_display_popup_menu):
New function to popup context menu.
* em-format-html-display.h: add new function declaration.
svn path=/trunk/; revision=28744
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b3214b4a98..58d804e2b9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2005-02-07 Harry Lu <harry.lu@sun.com> + + Fix for 72275. + * em-folder-view.c: (emfv_popup_menu): try to bring up menu for + preivew html object. + (emfv_format_popup_event): handle event == NULL case. + * em-format-html-display.c: (em_format_html_display_popup_menu): + New function to popup context menu. + * em-format-html-display.h: add new function declaration. + 2005-02-04 Not Zed <NotZed@Ximian.com> * em-subscribe-editor.c (sub_folderinfo_get): reverted jeff's |