aboutsummaryrefslogtreecommitdiff
path: root/mappletrunner
diff options
context:
space:
mode:
authorSachin Kundu <ext-sachin.kundu@nokia.com>2010-04-20 14:45:18 +0300
committerSachin Kundu <ext-sachin.kundu@nokia.com>2010-04-20 14:45:18 +0300
commit09a74b966ecf8ce2822a2b169883634e87f12117 (patch)
treedc9a2b0f0c7689fcc65b3356cc936fdb3f729a21 /mappletrunner
parent71dbff5be79bfc40d14b7e4119c7fec4c688c1f8 (diff)
This commit is breaking the unit tests
Revert "Changes: Fix for OOP extensions not visible. Also, handles the removed visibilityChanged(bool) signal." This reverts commit 71dbff5be79bfc40d14b7e4119c7fec4c688c1f8.
Diffstat (limited to 'mappletrunner')
-rw-r--r--mappletrunner/mappletrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mappletrunner/mappletrunner.cpp b/mappletrunner/mappletrunner.cpp
index ad420278..44140cde 100644
--- a/mappletrunner/mappletrunner.cpp
+++ b/mappletrunner/mappletrunner.cpp
@@ -155,7 +155,7 @@ void MAppletRunner::setAppletProperties()
connect(widget, SIGNAL(setAppletText(QString)), this, SLOT(appletTextChanged(QString)));
}
- connect(this, SIGNAL(visibilityChanged()), widget, SIGNAL(visibleChanged()));
+ connect(this, SIGNAL(visibilityChanged(bool)), widget, SIGNAL(visibilityChanged(bool)));
connect(view, SIGNAL(orientationChanged(M::Orientation)), widget, SIGNAL(orientationChanged(M::Orientation)));
}