qt4/demos/optcontent.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 29e3e779c68371b7c4aadcf68ee0712046f39c6d
Author: Pino Toscano <[EMAIL PROTECTED]>
Date: Sat Apr 26 23:47:01 2008 +0200
remember to call the base implementation here
diff --git a/qt4/demos/optcontent.cpp b/qt4/demos/optcontent.cpp
index f0bb9d7..a986218 100644
--- a/qt4/demos/optcontent.cpp
+++ b/qt4/demos/optcontent.cpp
@@ -40,6 +40,7 @@ OptContentDock::~OptContentDock()
void OptContentDock::documentLoaded()
{
+ AbstractInfoDock::documentLoaded();
if ( document()->pageMode() == Poppler::Document::UseOC ) {
show();
}
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler