SVN commit 1226220 by mart: call a configChanged() immediately (to be invoked directly in the scriptengine?) M +1 -0 contents/ui/main.qml M +1 -0 platformcontents/application/tablet/ui/main.qml --- trunk/playground/base/plasma/declarative-applets/replacements/news/package/contents/ui/main.qml #1226219:1226220 @@ -58,6 +58,7 @@ //FIXME: it's launching a separated shell script: a more automated process is needed plasmoid.associatedApplication = "news-tablet" plasmoid.busy = true + configChanged() } function configChanged() --- trunk/playground/base/plasma/declarative-applets/replacements/news/package/platformcontents/application/tablet/ui/main.qml #1226219:1226220 @@ -66,6 +66,7 @@ BookKeeping.loadReadArticles(); plasmoid.addEventListener('ConfigChanged', configChanged); plasmoid.busy = true + configChanged() } function configChanged()