aboutsummaryrefslogtreecommitdiff
path: root/mappletrunner
diff options
context:
space:
mode:
authorPankaj Saharan <pankaj.saharan@nokia.com>2010-04-27 16:47:43 +0300
committerSachin Kundu <ext-sachin.kundu@nokia.com>2010-04-28 09:19:13 +0300
commit8eafc33dedec829763de0ff19e1b30b869a98c68 (patch)
tree782b3724c68a95778f776c79fecdb75a878a0500 /mappletrunner
parentf2175fdb85bb7fb8ec703974e95120f3352bf9eb (diff)
Changes: Fix for OOP extensions not visible. Also, handles the removed visibilityChanged(bool) signal.
RevBy: Pauli Lehtinen
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 44140cde..ad420278 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(bool)), widget, SIGNAL(visibilityChanged(bool)));
+ connect(this, SIGNAL(visibilityChanged()), widget, SIGNAL(visibleChanged()));
connect(view, SIGNAL(orientationChanged(M::Orientation)), widget, SIGNAL(orientationChanged(M::Orientation)));
}