Bug 71643 - Is there a typo in poppler-annotation.cc?
Summary: Is there a typo in poppler-annotation.cc?
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: qt4 frontend (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 11:58 UTC by Hib Eris
Modified: 2013-11-15 19:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Hib Eris 2013-11-15 11:58:30 UTC
Is there a typo here:

$ rgrep destionation
qt4/src/poppler-annotation.cc:                hyperlinkElement.setAttribute( "destionation", go->destination().toString() );
qt5/src/poppler-annotation.cc:                hyperlinkElement.setAttribute( "destionation", go->destination().toString() );

?
Comment 1 Albert Astals Cid 2013-11-15 19:26:38 UTC
yeah, probably  noone uses that api though, i've fixed it to also set destination and add a todo to remove the wrong one after a few releases. Thanks for the heads up.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.