2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
* 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
+2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * libview/ev-view.c: (ev_view_drag_data_get):
+
+ Fix second parameter passed to gtk_selection_data_set_uris(),
+ it expects a gchar **.
+
2009-01-18 Tomeu Vizoso <tomeu@sugarlabs.org>
* libdocument/Makefile.am:
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),