[Differential] [Commented On] D2283: patch from https://bugs.kde.org/show_bug.cgi?id=365989
ivan (Ivan Čukić)
noreply at phabricator.kde.org
Mon Jul 25 18:49:00 UTC 2016
ivan added a comment.
@mart
The reason why this change fixes the scripting problem I'm working on is that loadLayout actually calls loadDefaultLayout and this tells the scripting engine which activities exist, and which are present. That is why adding this above loadLayout was working to fix the scripting problem:
QStringList existingActivities = m_activityController->activities();
foreach (const QString &id, existingActivities) {
qDebug() << "Corona GREPME: Init activities";
activityAdded(id);
}
REVISION DETAIL
https://phabricator.kde.org/D2283
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: mart, #plasma
Cc: ivan, abondrov, davidedmundson, plasma-devel, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160725/db1648bd/attachment.html>
More information about the Plasma-devel
mailing list