diff options
author | Jean-François Rameau <jframeau@cvs.gnome.org> | 2006-09-14 05:38:28 +0800 |
---|---|---|
committer | Jean-François Rameau <jframeau@src.gnome.org> | 2006-09-14 05:38:28 +0800 |
commit | c5eaf9de1786a158734c6d6cdd22b574146bb545 (patch) | |
tree | 6fce26b58511658163877039d40b67818a3912e8 /ChangeLog | |
parent | 08d1d04c64f852b15b07626b8614a60999580828 (diff) | |
download | gsoc2013-epiphany-c5eaf9de1786a158734c6d6cdd22b574146bb545.tar.gz gsoc2013-epiphany-c5eaf9de1786a158734c6d6cdd22b574146bb545.tar.zst gsoc2013-epiphany-c5eaf9de1786a158734c6d6cdd22b574146bb545.zip |
Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bug
2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-link.c: (ephy_link_flags_from_current_event):
Check for GDK_BUTTON_RELEASE event type in case of a middle click.
Fix bug #347750.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org> + * src/ephy-link.c: (ephy_link_flags_from_current_event): + + Check for GDK_BUTTON_RELEASE event type in case of a middle click. + Fix bug #347750. + +2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org> + * lib/widgets/ephy-location-entry.c: (ephy_location_entry_construct_contents), (icon_button_press_event_cb): |