]> www.fi.muni.cz Git - evince.git/blobdiff - backend/pdf/ev-poppler.cc
Implements another history variant
[evince.git] / backend / pdf / ev-poppler.cc
index 2068998ecded64b76070ec760f8db0379cbd074b..5c7f495d3301f17e8fcdeb9296d588e99562fb06 100644 (file)
@@ -1052,7 +1052,8 @@ pdf_document_links_get_links_model (EvDocumentLinks *document_links)
                model = (GtkTreeModel *) gtk_tree_store_new (EV_DOCUMENT_LINKS_COLUMN_NUM_COLUMNS,
                                                             G_TYPE_STRING,
                                                             G_TYPE_OBJECT,
-                                                            G_TYPE_BOOLEAN);
+                                                            G_TYPE_BOOLEAN,
+                                                            G_TYPE_STRING);
                build_tree (pdf_document, model, NULL, iter);
                poppler_index_iter_free (iter);
        }