diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-02-18 09:11:16 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-18 09:11:16 +0100 |
| commit | 8f014f0915c7bdc97573f953aa9a3ae25a5f953a (patch) | |
| tree | 3a7802c954ba9374dc83f91038a885fc2ddf4118 /rockwork/NotificationsPage.qml | |
| parent | c177b720be89b9bae5b643caa9e84c132ec8f869 (diff) | |
Rockwork 1.0
Diffstat (limited to 'rockwork/NotificationsPage.qml')
| -rw-r--r-- | rockwork/NotificationsPage.qml | 2 |
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) } } } |
