]> www.fi.muni.cz Git - evince.git/blobdiff - backend/djvu/djvu-links.c
Implements another history variant
[evince.git] / backend / djvu / djvu-links.c
index 38fad0d198943de0fce5d5528831dd8fdf36077c..1fc394ada488f6927f04f803aab3e47a6d68853d 100644 (file)
@@ -383,7 +383,8 @@ djvu_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 (djvu_document, model, NULL, outline);
 
                ddjvu_miniexp_release (djvu_document->d_document, outline);