diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-08-21 00:07:50 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-08-21 00:07:50 +0800 |
commit | 8c41e7c087541dd806765c9720cfac3a091483c7 (patch) | |
tree | 0f6d2e495ea24af3d94ece84dc3376969d63d3b2 /ChangeLog | |
parent | 66e636ac3f28461ba3c736d50a922df0652a2730 (diff) | |
download | gsoc2013-epiphany-8c41e7c087541dd806765c9720cfac3a091483c7.tar gsoc2013-epiphany-8c41e7c087541dd806765c9720cfac3a091483c7.tar.gz gsoc2013-epiphany-8c41e7c087541dd806765c9720cfac3a091483c7.tar.bz2 gsoc2013-epiphany-8c41e7c087541dd806765c9720cfac3a091483c7.tar.lz gsoc2013-epiphany-8c41e7c087541dd806765c9720cfac3a091483c7.tar.xz gsoc2013-epiphany-8c41e7c087541dd806765c9720cfac3a091483c7.tar.zst gsoc2013-epiphany-8c41e7c087541dd806765c9720cfac3a091483c7.zip |
Fix drag dest implementation getting some code from nautilus.
2003-08-20 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-node-view.c: (get_node_from_path),
(gtk_tree_view_vertical_autoscroll), (scroll_timeout),
(remove_scroll_timeout), (set_drag_dest_row),
(clear_drag_dest_row), (get_drag_data), (free_drag_data),
(drag_motion_cb), (drag_leave_cb), (drag_data_received_cb),
(drag_drop_cb), (ephy_node_view_enable_drag_dest):
Fix drag dest implementation getting some code from nautilus.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-08-20 Marco Pesenti Gritti <marco@gnome.org> + + * lib/widgets/ephy-node-view.c: (get_node_from_path), + (gtk_tree_view_vertical_autoscroll), (scroll_timeout), + (remove_scroll_timeout), (set_drag_dest_row), + (clear_drag_dest_row), (get_drag_data), (free_drag_data), + (drag_motion_cb), (drag_leave_cb), (drag_data_received_cb), + (drag_drop_cb), (ephy_node_view_enable_drag_dest): + + Fix drag dest implementation getting some code from nautilus. + 2003-08-20 Paul Duffy <dubhthach@Frink.nuigalway.ie> * configure.in: Added "ga" to ALL_LINGUAS |