summaryrefslogtreecommitdiff
path: root/rockwork/NotificationsPage.qml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2016-02-18 09:11:16 +0100
committerAndrew Branson <andrew.branson@cern.ch>2016-02-18 09:11:16 +0100
commit8f014f0915c7bdc97573f953aa9a3ae25a5f953a (patch)
tree3a7802c954ba9374dc83f91038a885fc2ddf4118 /rockwork/NotificationsPage.qml
parentc177b720be89b9bae5b643caa9e84c132ec8f869 (diff)
Rockwork 1.0
Diffstat (limited to 'rockwork/NotificationsPage.qml')
-rw-r--r--rockwork/NotificationsPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rockwork/NotificationsPage.qml b/rockwork/NotificationsPage.qml
index 9802b05..d3c9ff9 100644
--- a/rockwork/NotificationsPage.qml
+++ b/rockwork/NotificationsPage.qml
@@ -78,7 +78,7 @@ Page {
checked: model.enabled
SlotsLayout.position: SlotsLayout.Trailing;
onClicked: {
- root.pebble.setNotificationFilter(model.name, checked)
+ root.pebble.setNotificationFilter(model.id, checked)
}
}
}