From c0c618e5a7aeb6d1130760669ee8936e7f896458 Mon Sep 17 00:00:00 2001 From: Harry Lu Date: Tue, 8 Feb 2005 03:50:38 +0000 Subject: Fix for 72275. try to bring up menu for preivew html object. 2005-02-07 Harry Lu 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 --- mail/em-format-html-display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-format-html-display.h') diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h index 1bf1b395d8..31a928ad5b 100644 --- a/mail/em-format-html-display.h +++ b/mail/em-format-html-display.h @@ -58,6 +58,8 @@ void em_format_html_display_zoom_in (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_out (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_reset (EMFormatHTMLDisplay *efhd); +gboolean em_format_html_display_popup_menu (EMFormatHTMLDisplay *efhd); + /* experimental */ struct _EPopupExtension; void em_format_html_display_set_popup(EMFormatHTMLDisplay *, struct _EPopupExtension *); -- cgit