From 9c00d361ceb3aac55ac1a89cb715b6c6e8185db9 Mon Sep 17 00:00:00 2001 From: asac Date: Tue, 13 Mar 2007 20:10:13 +0100 Subject: [PATCH] ubuntu-disable-default-browser-check --- browser/app/profile/firefox.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 7ec71ec..476bb05 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -173,7 +173,7 @@ pref("general.autoScroll", true); // Whether or not the application should check at startup each time if it // is the default browser. -pref("browser.shell.checkDefaultBrowser", true); +pref("browser.shell.checkDefaultBrowser", false); // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore -- 1.4.4.4