[poppler] qt4/src
Pino Toscano
pino at kemper.freedesktop.org
Tue Jun 15 15:23:29 PDT 2010
qt4/src/poppler-annotation.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6e9fe8832c37b560ac4d0b0e32d618bde70ee117
Author: Pino Toscano <pino at kde.org>
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)
More information about the poppler
mailing list