~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to qml/Panel/Indicators/client/IndicatorsClient.qml

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        function reset() {
34
34
            clear();
35
35
            var component = Qt.createComponent("IndicatorsList.qml");
36
 
            var page = component.createObject(pages);
37
 
            console.log(component.errorString());
 
36
            var page = component.createObject(pages, {"profile": indicatorProfile});
38
37
            push(page);
39
38
        }
40
39
    }