]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/ev-poppler.cc
Translation updated by Wouter Bolsterlee.
[evince.git] / pdf / ev-poppler.cc
index 5c2f54d6ed6e7937cdd7fd81e5f29c148641b5a8..f6b1d64fa195387d2475d5039b84e8d42c3bfd28 100644 (file)
@@ -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));
 }