diff options
author | Philip Langdale <philipl@mail.utexas.edu> | 2005-10-25 23:09:18 +0800 |
---|---|---|
committer | Philip Langdale <philipl@src.gnome.org> | 2005-10-25 23:09:18 +0800 |
commit | 9455974ddf49a94f3842f3afda49f54eb31ce512 (patch) | |
tree | 359ecf6018074fefd0cf6ad6f41828bfd297f954 /ChangeLog | |
parent | bb93812b19ce2402d0b2a3b5ea29e3d17aa1040a (diff) | |
download | gsoc2013-epiphany-9455974ddf49a94f3842f3afda49f54eb31ce512.tar gsoc2013-epiphany-9455974ddf49a94f3842f3afda49f54eb31ce512.tar.gz gsoc2013-epiphany-9455974ddf49a94f3842f3afda49f54eb31ce512.tar.bz2 gsoc2013-epiphany-9455974ddf49a94f3842f3afda49f54eb31ce512.tar.lz gsoc2013-epiphany-9455974ddf49a94f3842f3afda49f54eb31ce512.tar.xz gsoc2013-epiphany-9455974ddf49a94f3842f3afda49f54eb31ce512.tar.zst gsoc2013-epiphany-9455974ddf49a94f3842f3afda49f54eb31ce512.zip |
src/ephy-link-action.c
2005-10-25 Philip Langdale <philipl@mail.utexas.edu>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2005-10-25 Philip Langdale <philipl@mail.utexas.edu> + + * 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 <chpe@cvs.gnome.org> * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_add), |