From d426692c0eae09f453abe5da3e9ef6edc2fbd62d Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Fri, 14 Aug 2009 12:30:13 -0400 Subject: [PATCH] Bug 510418: Consider setting app.update.showInstalledUI to false in fennec's default prefs [r=mark.finkle] --- mobile/app/mobile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mobile/app/mobile.js b/mobile/app/mobile.js index 7fe7b5a4666b..5c029384f901 100644 --- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -191,6 +191,10 @@ pref("accessibility.typeaheadfind.casesensitive", 0); // zoom key(F7) conflicts with caret browsing on maemo pref("accessibility.browsewithcaret_shortcut.enabled", false); +// Whether or not we show a dialog box informing the user that the update was +// successfully applied. +pref("app.update.showInstalledUI", false); + // pointer to the default engine name pref("browser.search.defaultenginename", "chrome://browser/locale/region.properties"); // SSL error page behaviour