From 1a924bd0b3590777681ed01d2b5d52197646c842 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Tue, 5 Oct 1999 21:15:30 +0000 Subject: [PATCH] Change pref name Added Preferences for software notification timer (see 14729) r. samir g. --- xpinstall/public/xpinstall.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpinstall/public/xpinstall.js b/xpinstall/public/xpinstall.js index 6916af3babed..06113c6bcbf6 100644 --- a/xpinstall/public/xpinstall.js +++ b/xpinstall/public/xpinstall.js @@ -1,3 +1,6 @@ pref("xpinstall.enabled", true); pref("xpinstall.manual_confirm", true); -pref("xpinstall.notifications_enabled", true); + +pref("xpinstall.notifications.enabled", true); +pref("xpinstall.notifications.interval", 1); +pref("xpinstall.notifications.lastDate", 0); \ No newline at end of file