From 031c40a51791b2ebcd44f880c96860b987e1a00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 18 Jun 2012 13:39:50 +0200 Subject: Bug #764467 - URL popup shows all Copy options --- widgets/misc/e-web-view.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'widgets/misc/e-web-view.h') diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h index af6dbb1502..66e65c2df5 100644 --- a/widgets/misc/e-web-view.h +++ b/widgets/misc/e-web-view.h @@ -102,7 +102,8 @@ struct _EWebViewClass { void (*status_message) (EWebView *web_view, const gchar *status_message); void (*stop_loading) (EWebView *web_view); - void (*update_actions) (EWebView *web_view); + void (*update_actions) (EWebView *web_view, + GdkEventButton *event); gboolean (*process_mailto) (EWebView *web_view, const gchar *mailto_uri); }; @@ -218,8 +219,8 @@ void e_web_view_show_popup_menu (EWebView *web_view, void e_web_view_status_message (EWebView *web_view, const gchar *status_message); void e_web_view_stop_loading (EWebView *web_view); -void e_web_view_update_actions (EWebView *web_view); - +void e_web_view_update_actions (EWebView *web_view, + GdkEventButton *button); gchar * e_web_view_get_selection_html (EWebView *web_view); void e_web_view_set_settings (EWebView *web_view, -- cgit v1.2.3