Index: lib/notificationHelper.js |
diff --git a/lib/notificationHelper.js b/lib/notificationHelper.js |
index 130ba261e3467342278f4f620ac654a5eed452bb..4667bc365597dc932e7985d9608290815d13057a 100644 |
--- a/lib/notificationHelper.js |
+++ b/lib/notificationHelper.js |
@@ -134,8 +134,9 @@ function notificationButtonClick(buttonIndex) |
ext.showOptions(function(page) |
{ |
page.sendMessage({ |
- type: "focus-section", |
- section: "notifications" |
+ type: "app.respond", |
+ action: "focusSection", |
+ args: ["notifications"] |
}); |
}); |
break; |