From 2968ca35e14473dbf00fa321fc7bd77f03998eed Mon Sep 17 00:00:00 2001 From: "sspitzer%mozilla.org" Date: Wed, 19 Dec 2007 22:43:12 +0000 Subject: [PATCH] fix for bug #406706: Contents of the location bar should be selected on single click, Mac OS X (but not unix) r=gavin, ui-r=beltzner, a=blocking-firefox-3+ git-svn-id: svn://10.0.0.236/trunk@241794 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 17380adec32..046104a707c 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -190,7 +190,7 @@ pref("browser.chrome.favicons", true); pref("browser.formfill.enable", true); pref("browser.warnOnQuit", true); -#ifdef XP_UNIX +#ifdef UNIX_BUT_NOT_MAC pref("browser.urlbar.clickSelectsAll", false); #else pref("browser.urlbar.clickSelectsAll", true);