[poppler] qt4/demos

Pino Toscano pino at kemper.freedesktop.org
Sat Apr 26 14:45:06 PDT 2008


 qt4/demos/optcontent.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 29e3e779c68371b7c4aadcf68ee0712046f39c6d
Author: Pino Toscano <pino at kde.org>
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();
     }  


More information about the poppler mailing list