diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-01 22:47:33 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-01 22:47:33 +0800 |
commit | 2f4357ef874b11caa38200119264e9826d72d689 (patch) | |
tree | 5b2a93d9af122fd6f3c9dd3fabb460ad96a465d5 /ChangeLog | |
parent | 48260d29c265eebcc9f1761a359aa645f852f8ec (diff) | |
download | gsoc2013-epiphany-2f4357ef874b11caa38200119264e9826d72d689.tar gsoc2013-epiphany-2f4357ef874b11caa38200119264e9826d72d689.tar.gz gsoc2013-epiphany-2f4357ef874b11caa38200119264e9826d72d689.tar.bz2 gsoc2013-epiphany-2f4357ef874b11caa38200119264e9826d72d689.tar.lz gsoc2013-epiphany-2f4357ef874b11caa38200119264e9826d72d689.tar.xz gsoc2013-epiphany-2f4357ef874b11caa38200119264e9826d72d689.tar.zst gsoc2013-epiphany-2f4357ef874b11caa38200119264e9826d72d689.zip |
Ungrab the pointer when moving tab between notebooks. Fixes bug #165797.
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (motion_notify_cb),
(move_tab_to_another_notebook), (button_release_cb),
(ephy_notebook_finalize):
Ungrab the pointer when moving tab between notebooks.
Fixes bug #165797.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-02-01 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-notebook.c: (motion_notify_cb), + (move_tab_to_another_notebook), (button_release_cb), + (ephy_notebook_finalize): + + Ungrab the pointer when moving tab between notebooks. + Fixes bug #165797. + 2005-01-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: |