fa draft
authorjordan9769 <souravgarg833@gmail.com>
Thu, 13 Oct 2016 07:04:26 +0530
changeset 425601 14b53105a15ed88f7b12af357a806c87d79f6d9f
parent 425600 4cdbb1e5a831593146093bac23fac8535955f04b
child 425602 cc7f93bf1a252059ac21883e691c74d1b25ce9cc
push id32461
push userbmo:souravgarg833@gmail.com
push dateSat, 15 Oct 2016 01:55:59 +0000
milestone52.0a1
fa MozReview-Commit-ID: HowXzddPfrW
browser/components/preferences/in-content/main.js
--- a/browser/components/preferences/in-content/main.js
+++ b/browser/components/preferences/in-content/main.js
@@ -249,17 +249,17 @@ var gMainPane = {
     // placeholder text (about:home title).
     if (homePref.value.toLowerCase() == "about:home")
       return "";
 
     // If the pref is actually "", show about:blank.  The actual home page
     // loading code treats them the same, and we don't want the placeholder text
     // to be shown.
     if (homePref.value == "")
-      return "about:blank";
+      return "about:newtab";
 
     // Otherwise, show the actual pref value.
     return undefined;
   },
 
   syncToHomePref: function (value)
   {
     // If the value is "", use about:home.