From 75595d233ba382dee053d70cf35e26b7eff3befa Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 8 Nov 2012 17:26:32 +0100 Subject: Bug #683877 - No more contextual menus for links --- addressbook/gui/widgets/eab-contact-display.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index d6c4238e2f..66928b9f85 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -445,8 +445,7 @@ contact_display_load_status_changed (WebKitWebView *web_view, } static void -contact_display_update_actions (EWebView *web_view, - GdkEventButton *event) +contact_display_update_actions (EWebView *web_view) { GtkActionGroup *action_group; gboolean scheme_is_internal_mailto; @@ -456,7 +455,7 @@ contact_display_update_actions (EWebView *web_view, /* Chain up to parent's update_actions() method. */ E_WEB_VIEW_CLASS (eab_contact_display_parent_class)-> - update_actions (web_view, event); + update_actions (web_view); uri = e_web_view_get_selected_uri (web_view); -- cgit v1.2.3