~dbarth/ubuntu-system-settings/location-apps

« back to all changes in this revision

Viewing changes to plugins/security-privacy/PageComponent.qml

  • Committer: David Barth
  • Date: 2014-09-04 14:04:22 UTC
  • Revision ID: david.barth@canonical.com-20140904140422-gk8w44wf3mo9f1jq
cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
                enabled: true
193
193
                property variant locationEnabled
194
194
                onLocationEnabledChanged: {
195
 
                    console.warn("onLocationEnabledChanged: " + locationEnabled)
196
195
                    value = locationEnabled ?
197
196
                       i18n.tr("On") : i18n.tr("Off")
198
197
                }