diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-08 03:59:48 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-08 03:59:48 +0800 |
commit | 3372beb68daffec1bd2560e38e1d9fea3bca9972 (patch) | |
tree | a55c8ace8403bd6d3d52e7bb27035b8f685749cb /ChangeLog | |
parent | 934fafce5581c0cff57a9712d0816557a3f61f34 (diff) | |
download | gsoc2013-epiphany-3372beb68daffec1bd2560e38e1d9fea3bca9972.tar gsoc2013-epiphany-3372beb68daffec1bd2560e38e1d9fea3bca9972.tar.gz gsoc2013-epiphany-3372beb68daffec1bd2560e38e1d9fea3bca9972.tar.bz2 gsoc2013-epiphany-3372beb68daffec1bd2560e38e1d9fea3bca9972.tar.lz gsoc2013-epiphany-3372beb68daffec1bd2560e38e1d9fea3bca9972.tar.xz gsoc2013-epiphany-3372beb68daffec1bd2560e38e1d9fea3bca9972.tar.zst gsoc2013-epiphany-3372beb68daffec1bd2560e38e1d9fea3bca9972.zip |
Don't detach the tab when releasing the mouse button while still over the
2004-11-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (find_notebook_at_pointer),
(is_in_notebook_window):
Don't detach the tab when releasing the mouse button while still
over the same window. Fixes bug #143954.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-11-07 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (find_notebook_at_pointer), + (is_in_notebook_window): + + Don't detach the tab when releasing the mouse button while still + over the same window. Fixes bug #143954. + +2004-11-07 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-node-view.c: (ephy_node_view_popup): * src/bookmarks/ephy-bookmark-action.c: (show_context_menu), (popup_menu_cb), (button_press_cb): |