Use the right preference when starting up softkey. Minimo only.

This commit is contained in:
dougt%meer.net 2006-02-01 18:50:25 +00:00
parent 092f0c0b8f
commit cdbb94640b

View File

@ -811,7 +811,7 @@ nsSoftKeyBoardService::Observe(nsISupports *aSubject, const char *aTopic, const
prefBranch->AddObserver("skey.", this, PR_FALSE);
HandlePref("snav.enabled", prefBranch);
HandlePref("skey.enabled", prefBranch);
return NS_OK;
}