X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fev-poppler.cc;h=f6b1d64fa195387d2475d5039b84e8d42c3bfd28;hb=ddeae94041ec4a587e0b353d97816daad182ea66;hp=5c2f54d6ed6e7937cdd7fd81e5f29c148641b5a8;hpb=fdf6ceaeede339118ddc2d389ba60be8e3bae9c1;p=evince.git diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index 5c2f54d6..f6b1d64f 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -831,7 +831,9 @@ ev_link_dest_from_dest (PopplerDest *dest) } if (unimplemented_dest) { - g_warning ("Unimplemented destination: %s, please post a bug report with a testcase.", + g_warning ("Unimplemented named action: %s, please post a " + "bug report in Evince bugzilla " + "(http://bugzilla.gnome.org) with a testcase.", unimplemented_dest); } @@ -964,6 +966,7 @@ build_tree (PdfDocument *pdf_document, if (child) build_tree (pdf_document, model, &tree_iter, child); poppler_index_iter_free (child); + poppler_action_free (action); } while (poppler_index_iter_next (iter)); }