From 9455974ddf49a94f3842f3afda49f54eb31ce512 Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Tue, 25 Oct 2005 15:09:18 +0000 Subject: src/ephy-link-action.c 2005-10-25 Philip Langdale * src/ephy-link-action.c * src/ephy-link-action.h: (proxy_button_release_event_cb), (proxy_drag_begin_cb), (ephy_link_action_connect_proxy), (ephy_link_action_disconnect_proxy), (ephy_link_action_class_init), (ephy_link_action_init): Fix bug #319529. Don't activate the action on a middle mouse button release event if the release is linked to a DnD. This requires adding state to the action to allow us to link the drag-begin event to the button-release event. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e1ac8029e..b1a68e431 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-10-25 Philip Langdale + + * src/ephy-link-action.c + * src/ephy-link-action.h: + (proxy_button_release_event_cb), (proxy_drag_begin_cb), + (ephy_link_action_connect_proxy), + (ephy_link_action_disconnect_proxy), + (ephy_link_action_class_init), (ephy_link_action_init): + + Fix bug #319529. Don't activate the action on a middle mouse + button release event if the release is linked to a DnD. + + This requires adding state to the action to allow us to link + the drag-begin event to the button-release event. + 2005-10-24 Christian Persch * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_add), -- cgit v1.2.3