diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-07-01 17:24:34 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-07-01 17:24:34 +0800 |
commit | 582199edf5b76697fba83ade64eddcf1349224cf (patch) | |
tree | 8009cecf4cbf06e6892e54fb248cc716eca18297 /ChangeLog | |
parent | bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d (diff) | |
download | gsoc2013-epiphany-582199edf5b76697fba83ade64eddcf1349224cf.tar gsoc2013-epiphany-582199edf5b76697fba83ade64eddcf1349224cf.tar.gz gsoc2013-epiphany-582199edf5b76697fba83ade64eddcf1349224cf.tar.bz2 gsoc2013-epiphany-582199edf5b76697fba83ade64eddcf1349224cf.tar.lz gsoc2013-epiphany-582199edf5b76697fba83ade64eddcf1349224cf.tar.xz gsoc2013-epiphany-582199edf5b76697fba83ade64eddcf1349224cf.tar.zst gsoc2013-epiphany-582199edf5b76697fba83ade64eddcf1349224cf.zip |
Allow to drag bookmarks around also when not in edit mode. Use the default
2004-07-01 Marco Pesenti Gritti <marco@gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (create_tool_item),
(favicon_cache_changed_cb), (ephy_bookmark_action_sync_icon),
(stop_drag_check), (drag_data_get_cb), (drag_data_delete_cb),
(drag_motion_cb), (button_press_cb), (button_release_cb),
(connect_proxy), (ephy_bookmark_action_init):
Allow to drag bookmarks around also when not in edit mode.
Use the default bookmark icon when there is not a specific
one, it acts as a separator. Put some space between the icon
and the text.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-07-01 Marco Pesenti Gritti <marco@gnome.org> + + * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), + (favicon_cache_changed_cb), (ephy_bookmark_action_sync_icon), + (stop_drag_check), (drag_data_get_cb), (drag_data_delete_cb), + (drag_motion_cb), (button_press_cb), (button_release_cb), + (connect_proxy), (ephy_bookmark_action_init): + + Allow to drag bookmarks around also when not in edit mode. + Use the default bookmark icon when there is not a specific + one, it acts as a separator. Put some space between the icon + and the text. + 2004-06-30 Adam Hooper <adamh@cvs.gnome.org> * data/art/Makefile.am: |