Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/ev-poppler.cc
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-06-19 18:20:55 (GMT)
committer Christian Persch <chpe@src.gnome.org>2005-06-19 18:20:55 (GMT)
commita32592d276fc8433bcd5d71ba384520915d7e69a (patch)
tree5d5a72af6f7aa8b9fc4f2a04a15d5c2d162e5683 /pdf/ev-poppler.cc
parentd93ec57b2282ee22ade99eba434e1b13de80bcf3 (diff)
Use pango ellipsisation.
2005-06-19 Christian Persch <chpe@cvs.gnome.org> * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (connect_proxy_cb), (egg_recent_view_uimanager_set_list): Use pango ellipsisation. * pdf/ev-poppler.cc: Fix refcount leak, from nsh.
Diffstat (limited to 'pdf/ev-poppler.cc')
-rw-r--r--pdf/ev-poppler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc
index 90bae3a..cfb745d 100644
--- a/pdf/ev-poppler.cc
+++ b/pdf/ev-poppler.cc
@@ -732,6 +732,7 @@ build_tree (PdfDocument *pdf_document,
EV_DOCUMENT_LINKS_COLUMN_LINK, link,
EV_DOCUMENT_LINKS_COLUMN_EXPAND, expand,
-1);
+ g_object_unref (link);
child = poppler_index_iter_get_child (iter);
if (child)
build_tree (pdf_document, model, &tree_iter, child);