From dbb1f2d648cdb8f6213cf42a52f466305f3964ed Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 15 Jun 2005 15:29:19 +0000 Subject: Enable is_open for links, you will need poppler cvs 2005-06-15 Marco Pesenti Gritti * pdf/ev-poppler.cc: Enable is_open for links, you will need poppler cvs * shell/ev-properties.c: (job_fonts_finished_cb): Get a lock on the document when filling the tree view --- (limited to 'pdf/ev-poppler.cc') diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index aebe7ce..1f1e4e5 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -661,11 +661,7 @@ build_tree (PdfDocument *pdf_document, gboolean expand; action = poppler_index_iter_get_action (iter); -#ifdef POPPLER_LINK_IS_OPEN expand = poppler_index_iter_is_open (iter); -#else - expand = TRUE; -#endif if (action) { gtk_tree_store_append (GTK_TREE_STORE (model), &tree_iter, parent); link = ev_link_from_action (action); -- cgit v0.9.1