aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-04 03:54:36 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-04 03:54:36 +0800
commita65777247b2c4a412ee1972cab884f462dc19276 (patch)
treeb0dce97cad625aaf16e0da55459d178a579b64de /ChangeLog
parentade55d6a9658567dcefb18fc0d536a7e3eed0c8c (diff)
downloadgsoc2013-epiphany-a65777247b2c4a412ee1972cab884f462dc19276.tar
gsoc2013-epiphany-a65777247b2c4a412ee1972cab884f462dc19276.tar.gz
gsoc2013-epiphany-a65777247b2c4a412ee1972cab884f462dc19276.tar.bz2
gsoc2013-epiphany-a65777247b2c4a412ee1972cab884f462dc19276.tar.lz
gsoc2013-epiphany-a65777247b2c4a412ee1972cab884f462dc19276.tar.xz
gsoc2013-epiphany-a65777247b2c4a412ee1972cab884f462dc19276.tar.zst
gsoc2013-epiphany-a65777247b2c4a412ee1972cab884f462dc19276.zip
Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string
2004-03-03 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (uri_list_parse), (drag_data_received_cb): Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string uris instead of GnomeVFSURIs. Change signature of ::node-dropped accordingly. Fixes bug #120231. * src/bookmarks/ephy-bookmarks-editor.c: (node_dropped_cb): Adapt to the changed ::node-dropped signal signature.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 439444667..77f9be9be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2004-03-03 Christian Persch <chpe@cvs.gnome.org>
+ * lib/widgets/ephy-node-view.c: (uri_list_parse),
+ (drag_data_received_cb):
+
+ Copy and modify gnome_vfs_uri_list_parse() so that we get a list
+ of string uris instead of GnomeVFSURIs. Change signature of
+ ::node-dropped accordingly. Fixes bug #120231.
+
+ * src/bookmarks/ephy-bookmarks-editor.c: (node_dropped_cb):
+
+ Adapt to the changed ::node-dropped signal signature.
+
+2004-03-03 Christian Persch <chpe@cvs.gnome.org>
+
* embed/downloader-view.c: (download_dialog_pause_cb),
(download_dialog_abort_cb):