[poppler] qt4/src
Pino Toscano
pino at kemper.freedesktop.org
Wed Mar 26 08:04:19 PDT 2008
qt4/src/poppler-page.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2069826d61ebd527768b6455689276c0a8288085
Author: Pino Toscano <pino at kde.org>
Date: Wed Mar 26 16:05:06 2008 +0100
missing break
diff --git a/qt4/src/poppler-page.cc b/qt4/src/poppler-page.cc
index 8ae6ccd..478845d 100644
--- a/qt4/src/poppler-page.cc
+++ b/qt4/src/poppler-page.cc
@@ -138,6 +138,7 @@ Link* PageData::convertLinkActionToLink(::LinkAction * a, const QRectF &linkArea
::LinkSound *ls = (::LinkSound *)a;
popplerLink = new LinkSound( linkArea, ls->getVolume(), ls->getSynchronous(), ls->getRepeat(), ls->getMix(), new SoundObject( ls->getSound() ) );
}
+ break;
case actionMovie:
/* TODO this (Movie link)
More information about the poppler
mailing list