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 13:12:10 +0300
commitdda6817a72a03f069357f183ae0dbc983fa990b2 (patch)
tree7c670bd51ee6f63f6ca985929d2da23d683c77cd /mappletrunner
parentb90df64780180b4f9be19834e49d0243063e4c00 (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)));
}