evince r3357 - in trunk: . libview
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3357 - in trunk: . libview
- Date: Sun, 18 Jan 2009 19:43:20 +0000 (UTC)
Author: carlosgc
Date: Sun Jan 18 19:43:20 2009
New Revision: 3357
URL: http://svn.gnome.org/viewvc/evince?rev=3357&view=rev
Log:
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 **.
Modified:
trunk/ChangeLog
trunk/libview/ev-view.c
Modified: trunk/libview/ev-view.c
==============================================================================
--- trunk/libview/ev-view.c (original)
+++ trunk/libview/ev-view.c Sun Jan 18 19:43:20 2009
@@ -2737,7 +2737,7 @@
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),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]