From 786d8d71d03f87108bdfa13d3fa194347ea2ee0d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 23 Oct 2004 15:32:10 +0000 Subject: Use gtk_selection_data_get_uris(). 2004-10-23 Christian Persch * 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(). --- src/ephy-notebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-notebook.c') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index fef660489..049eda9ab 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -621,7 +621,7 @@ notebook_drag_data_received_cb (GtkWidget* widget, GdkDragContext *context, { char **uris; - uris = g_uri_list_extract_uris (selection_data->data); + uris = gtk_selection_data_get_uris (selection_data); if (uris != NULL) { -- cgit v1.2.3