aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-06-06 04:20:24 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-06-06 04:20:24 +0800
commit802553e5dc142514f762570d712f4ca4eef78ad1 (patch)
tree455bcb2a70d3e47756e47e3da1a1d7e59d556dd3 /ChangeLog
parenta648b3de0a6d8d5a4a34bebb6bb8950805662e1b (diff)
downloadgsoc2013-epiphany-802553e5dc142514f762570d712f4ca4eef78ad1.tar
gsoc2013-epiphany-802553e5dc142514f762570d712f4ca4eef78ad1.tar.gz
gsoc2013-epiphany-802553e5dc142514f762570d712f4ca4eef78ad1.tar.bz2
gsoc2013-epiphany-802553e5dc142514f762570d712f4ca4eef78ad1.tar.lz
gsoc2013-epiphany-802553e5dc142514f762570d712f4ca4eef78ad1.tar.xz
gsoc2013-epiphany-802553e5dc142514f762570d712f4ca4eef78ad1.tar.zst
gsoc2013-epiphany-802553e5dc142514f762570d712f4ca4eef78ad1.zip
Fix go button behaviour to react to button-release-event and not
2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-go-action.c: Fix go button behaviour to react to button-release-event and not button-press-event. Patch by Sebastiaan Samyn. Bug #441419. svn path=/trunk/; revision=7072
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 900ad7964..278ec12eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org>
+ * src/ephy-go-action.c:
+
+ Fix go button behaviour to react to button-release-event and not
+ button-press-event. Patch by Sebastiaan Samyn. Bug #441419.
+
+2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org>
+
* src/ephy-window.c:
Added GTK_STOCK_SELECT_ALL to SelectAll action.