From c654504ee0622a7eec0a24aacaad44dac6fa0be5 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 18 Jan 2009 19:43:20 +0000 Subject: Fix second parameter passed to gtk_selection_data_set_uris(), it expects a 2009-01-18 Carlos Garcia Campos * libview/ev-view.c: (ev_view_drag_data_get): Fix second parameter passed to gtk_selection_data_set_uris(), it expects a gchar **. svn path=/trunk/; revision=3357 --- (limited to 'libview') diff --git a/libview/ev-view.c b/libview/ev-view.c index 5acce47..2bbca10 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -2737,7 +2737,7 @@ ev_view_drag_data_get (GtkWidget *widget, if (view->image_dnd_info.image) { GdkPixbuf *pixbuf; const gchar *tmp_uri; - gchar **uris[2]; + gchar *uris[2]; ev_document_doc_mutex_lock (); pixbuf = ev_document_images_get_image (EV_DOCUMENT_IMAGES (view->document), -- cgit v0.9.1