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
This commit is contained in:
sspitzer%mozilla.org 2007-12-19 22:43:12 +00:00
parent ca96966760
commit 2968ca35e1

View File

@ -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);