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 --- addressbook/gui/widgets/eab-contact-display.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 677d258439..28fd5b02be 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -418,7 +418,8 @@ contact_display_load_status_changed (WebKitWebView *web_view, } static void -contact_display_update_actions (EWebView *web_view) +contact_display_update_actions (EWebView *web_view, + GdkEventButton *event) { GtkActionGroup *action_group; gboolean scheme_is_internal_mailto; @@ -427,7 +428,7 @@ contact_display_update_actions (EWebView *web_view) const gchar *uri; /* Chain up to parent's update_actions() method. */ - E_WEB_VIEW_CLASS (parent_class)->update_actions (web_view); + E_WEB_VIEW_CLASS (parent_class)->update_actions (web_view, event); uri = e_web_view_get_selected_uri (web_view); -- cgit v1.2.3