aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-23 23:32:10 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-23 23:32:10 +0800
commit786d8d71d03f87108bdfa13d3fa194347ea2ee0d (patch)
treeccc1b4bd6c22d14264e049b0a395f1a84a9ded1e /lib/widgets
parent9f8919f41e8e768698cd71736c989d01f534a5d5 (diff)
downloadgsoc2013-epiphany-786d8d71d03f87108bdfa13d3fa194347ea2ee0d.tar
gsoc2013-epiphany-786d8d71d03f87108bdfa13d3fa194347ea2ee0d.tar.gz
gsoc2013-epiphany-786d8d71d03f87108bdfa13d3fa194347ea2ee0d.tar.bz2
gsoc2013-epiphany-786d8d71d03f87108bdfa13d3fa194347ea2ee0d.tar.lz
gsoc2013-epiphany-786d8d71d03f87108bdfa13d3fa194347ea2ee0d.tar.xz
gsoc2013-epiphany-786d8d71d03f87108bdfa13d3fa194347ea2ee0d.tar.zst
gsoc2013-epiphany-786d8d71d03f87108bdfa13d3fa194347ea2ee0d.zip
Use gtk_selection_data_get_uris().
2004-10-23 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (drag_data_received_cb): * src/ephy-notebook.c: (notebook_drag_data_received_cb): Use gtk_selection_data_get_uris().
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-node-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c
index acbcf3f27..e71b648b0 100644
--- a/lib/widgets/ephy-node-view.c
+++ b/lib/widgets/ephy-node-view.c
@@ -400,7 +400,7 @@ drag_data_received_cb (GtkWidget *widget,
node = get_node_from_path (view, path);
- uris = g_uri_list_extract_uris (selection_data->data);
+ uris = gtk_selection_data_get_uris (selection_data);
if (uris != NULL)
{