Index: lib/notificationHelper.js |
diff --git a/lib/notificationHelper.js b/lib/notificationHelper.js |
index 4667bc365597dc932e7985d9608290815d13057a..c60b2703aa0b0b130293cee3a002ee9cdd266940 100644 |
--- a/lib/notificationHelper.js |
+++ b/lib/notificationHelper.js |
@@ -131,7 +131,7 @@ function notificationButtonClick(buttonIndex) |
break; |
case "configure": |
Prefs.notifications_showui = true; |
- ext.showOptions(function(page) |
+ ext.showOptions(Prefs["new_options_page"], function(page) |
Sebastian Noack
2016/05/12 12:35:20
Besides, duplicating logic, this also has the effe
|
{ |
page.sendMessage({ |
type: "app.respond", |