diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-notebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |