]> www.fi.muni.cz Git - evince.git/commitdiff
Fix second parameter passed to gtk_selection_data_set_uris(), it expects a
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 18 Jan 2009 19:43:20 +0000 (19:43 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 18 Jan 2009 19:43:20 +0000 (19:43 +0000)
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

ChangeLog
libview/ev-view.c

index ea430b6ca69fffda05f140d25078db7dd7d311ec..7dfdd7a346d91101cbdc0cc26792f9e4b481576b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
index 5acce4764440b8d1a4896ba50a7506d6ac698ecd..2bbca10b543ae172eaa9eac51ab15cc4498d0e1e 100644 (file)
@@ -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),