diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-07-11 19:43:18 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-07-11 19:43:18 +0800 |
commit | 1e5208d26c293d3569f7410397ea18755fe9f73b (patch) | |
tree | 028e5fc8d434ee244b43c68f5146c643f3a2771c /ChangeLog | |
parent | 0e419aaf06e325e0ad4b6c7a9929e66773a3fb74 (diff) | |
download | gsoc2013-epiphany-1e5208d26c293d3569f7410397ea18755fe9f73b.tar gsoc2013-epiphany-1e5208d26c293d3569f7410397ea18755fe9f73b.tar.gz gsoc2013-epiphany-1e5208d26c293d3569f7410397ea18755fe9f73b.tar.bz2 gsoc2013-epiphany-1e5208d26c293d3569f7410397ea18755fe9f73b.tar.lz gsoc2013-epiphany-1e5208d26c293d3569f7410397ea18755fe9f73b.tar.xz gsoc2013-epiphany-1e5208d26c293d3569f7410397ea18755fe9f73b.tar.zst gsoc2013-epiphany-1e5208d26c293d3569f7410397ea18755fe9f73b.zip |
Disable sliding when not in toolbar editing mode. We cant assume
2004-07-11 Marco Pesenti Gritti <marco@gnome.org>
* lib/egg/egg-editable-toolbar.c: (toolbar_drag_motion_cb):
* src/bookmarks/ephy-bookmark-action.c: (connect_proxy):
* src/bookmarks/ephy-topic-action.c: (connect_proxy):
Disable sliding when not in toolbar editing mode.
We cant assume GDK_ACTION_MOVE there.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-07-11 Marco Pesenti Gritti <marco@gnome.org> + * lib/egg/egg-editable-toolbar.c: (toolbar_drag_motion_cb): + * src/bookmarks/ephy-bookmark-action.c: (connect_proxy): + * src/bookmarks/ephy-topic-action.c: (connect_proxy): + + Disable sliding when not in toolbar editing mode. + We cant assume GDK_ACTION_MOVE there. + +2004-07-11 Marco Pesenti Gritti <marco@gnome.org> + * src/bookmarks/ephy-topic-action.c: (stop_drag_check), (button_release_cb), (button_press_cb): |