aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-01 22:49:01 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-01 22:49:01 +0800
commit866c65f75f9f584f86fe91079173b814badbf3d3 (patch)
treef05c430dd449fe64c9998c00566b46cab5baaf74 /ChangeLog
parent43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635 (diff)
downloadgsoc2013-epiphany-866c65f75f9f584f86fe91079173b814badbf3d3.tar
gsoc2013-epiphany-866c65f75f9f584f86fe91079173b814badbf3d3.tar.gz
gsoc2013-epiphany-866c65f75f9f584f86fe91079173b814badbf3d3.tar.bz2
gsoc2013-epiphany-866c65f75f9f584f86fe91079173b814badbf3d3.tar.lz
gsoc2013-epiphany-866c65f75f9f584f86fe91079173b814badbf3d3.tar.xz
gsoc2013-epiphany-866c65f75f9f584f86fe91079173b814badbf3d3.tar.zst
gsoc2013-epiphany-866c65f75f9f584f86fe91079173b814badbf3d3.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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ee541c52..839d65c4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-30 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-history.c: (ephy_history_new):