~cimi/unity8/single-preview

« back to all changes in this revision

Viewing changes to qml/Dash/ScopesList.qml

  • Committer: Albert Astals Cid
  • Date: 2016-01-29 10:29:57 UTC
  • Revision ID: albert.astals@canonical.com-20160129102957-ah1mrgrfsitdv4vq
Hook the new scope.activationInProgress property

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    property var scope: null
25
25
 
26
26
    // Properties used by parent
27
 
    readonly property bool processing: scope ? scope.searchInProgress : false
 
27
    readonly property bool processing: scope ? (scope.searchInProgress || scope.activationInProgress) : false
28
28
 
29
29
    // Signals
30
30
    signal backClicked()