Author: carlosgc Date: Sat Feb 16 10:33:01 2008 New Revision: 2916 URL: http://svn.gnome.org/viewvc/evince?rev=2916&view=rev
Log: 2008-02-16 Carlos Garcia Campos <[EMAIL PROTECTED]> * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image_mapping): Return the image list in the right order. Fixes bug #516237. Modified: trunk/ChangeLog trunk/backend/pdf/ev-poppler.cc Modified: trunk/backend/pdf/ev-poppler.cc ============================================================================== --- trunk/backend/pdf/ev-poppler.cc (original) +++ trunk/backend/pdf/ev-poppler.cc Sat Feb 16 10:33:01 2008 @@ -1192,7 +1192,7 @@ poppler_page_free_image_mapping (mapping_list); g_object_unref (poppler_page); - return retval; + return g_list_reverse (retval); } GdkPixbuf * _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.