summaryrefslogtreecommitdiffstats
path: root/hyperui
diff options
context:
space:
mode:
authorAdriano Rezende <adriano.rezende@openbossa.org>2009-11-16 18:37:50 -0300
committerAdriano Rezende <adriano.rezende@openbossa.org>2009-11-16 18:38:37 -0300
commit961fed7529088f7f320d8437ec5d06dbc58d38e3 (patch)
tree67f1ac219fdfb06668e2f7406207af5d65bbf964 /hyperui
parenta3200674990513d94f5cbdd0fbac000b66a5114c (diff)
Shared, HyperUI: Adjusted method calls to use the new animation API
Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
Diffstat (limited to 'hyperui')
-rw-r--r--hyperui/pageview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperui/pageview.cpp b/hyperui/pageview.cpp
index f68a982..cfa8bf8 100644
--- a/hyperui/pageview.cpp
+++ b/hyperui/pageview.cpp
@@ -286,7 +286,7 @@ void PageView::animateTransition(View *oldView, View *newView, bool isBack)
m_oldSlot->setContents(oldView);
m_newSlot->setContents(newView);
- m_animationInOut->clearAnimations();
+ m_animationInOut->clear();
newView->show();