Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-06-15 15:29:19 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-15 15:29:19 (GMT)
commitdbb1f2d648cdb8f6213cf42a52f466305f3964ed (patch)
treeed4bf222869b238ee4effcd666ad503127b4929c /pdf
parent3be2b7d94dc4475256b89f8033ef5cca17513530 (diff)
Enable is_open for links, you will need poppler cvs
2005-06-15 Marco Pesenti Gritti <mpg@redhat.com> * 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
Diffstat (limited to 'pdf')
-rw-r--r--pdf/ev-poppler.cc4
1 files changed, 0 insertions, 4 deletions
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);