qt4/src/poppler-annotation.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6e9fe8832c37b560ac4d0b0e32d618bde70ee117
Author: Pino Toscano <[email protected]>
Date: Wed Jun 16 00:22:59 2010 +0200
[Qt4] and support 'Print' named action here too...
diff --git a/qt4/src/poppler-annotation.cc b/qt4/src/poppler-annotation.cc
index 66715d5..88a3f99 100644
--- a/qt4/src/poppler-annotation.cc
+++ b/qt4/src/poppler-annotation.cc
@@ -1477,6 +1477,8 @@ LinkAnnotation::LinkAnnotation( const QDomNode & node )
act = Poppler::LinkAction::GoToPage;
else if ( actString == "Close" )
act = Poppler::LinkAction::Close;
+ else if ( actString == "Print" )
+ act = Poppler::LinkAction::Print;
else
found = false;
if (found)
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler