X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fev-poppler.cc;h=90bae3ae3251643e8957636a7b28bc12e21c3e66;hb=d93ec57b2282ee22ade99eba434e1b13de80bcf3;hp=8479ad4336fa4fd99fff23666e499b51f797f50e;hpb=6f98f83c02032b7f164fa6a497ad8069f60bf642;p=evince.git diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index 8479ad43..90bae3ae 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -755,7 +755,7 @@ pdf_document_links_get_links_model (EvDocumentLinks *document_links) if (iter != NULL) { model = (GtkTreeModel *) gtk_tree_store_new (EV_DOCUMENT_LINKS_COLUMN_NUM_COLUMNS, G_TYPE_STRING, - G_TYPE_POINTER, + G_TYPE_OBJECT, G_TYPE_BOOLEAN); build_tree (pdf_document, model, NULL, iter); poppler_index_iter_free (iter);