2013-06-25 19:53:27 +04:00
|
|
|
diff -urN mozilla-release.orig/browser/app/profile/firefox.js mozilla-release/browser/app/profile/firefox.js
|
2013-11-05 14:20:13 +04:00
|
|
|
--- mozilla-release.orig/browser/app/profile/firefox.js 2013-11-05 14:15:35.995958941 +0400
|
|
|
|
+++ mozilla-release/browser/app/profile/firefox.js 2013-11-05 14:17:28.267079493 +0400
|
|
|
|
@@ -231,7 +231,7 @@
|
|
|
|
#endif
|
2012-02-01 14:23:54 +04:00
|
|
|
|
2012-05-15 04:44:00 +04:00
|
|
|
// At startup, check if we're the default browser and prompt user if not.
|
2012-02-01 14:23:54 +04:00
|
|
|
-pref("browser.shell.checkDefaultBrowser", true);
|
|
|
|
+pref("browser.shell.checkDefaultBrowser", false);
|
2013-06-25 19:53:27 +04:00
|
|
|
pref("browser.shell.shortcutFavicons",true);
|
2012-02-01 14:23:54 +04:00
|
|
|
|
|
|
|
// 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
|