qt4/src/poppler-page.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2069826d61ebd527768b6455689276c0a8288085
Author: Pino Toscano <[EMAIL PROTECTED]>
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)
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler