diff options
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/animationnodes/paralleltimecontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx index e2c718d01645..c8cc6172634e 100644 --- a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx +++ b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: paralleltimecontainer.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-01-21 17:06:51 $ + * last change: $Author: rt $ $Date: 2005-03-30 08:07:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,7 @@ namespace presentation if( getState() == ACTIVE ) return true; // avoid duplicate event generation - if( !BaseNode::activate() ) + if( !BaseContainerNode::activate() ) return false; // resolve all children, only return true, if _all_ |