diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-20 22:46:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-20 22:46:55 +0800 |
commit | 9335c841e72436b5e063428ff26a70bad198cf81 (patch) | |
tree | 89114f00315113bfaf857bebc925c64e6687e1b6 /ChangeLog | |
parent | 5fa9306e1cdafc41866219183039b852b112f553 (diff) | |
download | gsoc2013-epiphany-9335c841e72436b5e063428ff26a70bad198cf81.tar gsoc2013-epiphany-9335c841e72436b5e063428ff26a70bad198cf81.tar.gz gsoc2013-epiphany-9335c841e72436b5e063428ff26a70bad198cf81.tar.bz2 gsoc2013-epiphany-9335c841e72436b5e063428ff26a70bad198cf81.tar.lz gsoc2013-epiphany-9335c841e72436b5e063428ff26a70bad198cf81.tar.xz gsoc2013-epiphany-9335c841e72436b5e063428ff26a70bad198cf81.tar.zst gsoc2013-epiphany-9335c841e72436b5e063428ff26a70bad198cf81.zip |
Use event time when grabbing the pointer. Appears to fix bug #167473.
2005-02-20 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (drag_start), (motion_notify_cb),
(move_tab_to_another_notebook), (button_release_cb):
Use event time when grabbing the pointer. Appears to fix bug #167473.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-02-20 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-notebook.c: (drag_start), (motion_notify_cb), + (move_tab_to_another_notebook), (button_release_cb): + + Use event time when grabbing the pointer. Appears to fix bug #167473. + 2005-02-18 Xan Lopez <xan@gnome.org> * src/ephy-session.c: (impl_attach_window), (write_ephy_window), |