зеркало из https://github.com/mozilla/pjs.git
Bug 327238 Display sidebar link URLs in the status bar again r=jst sr=jag
This commit is contained in:
Родитель
057e2b7604
Коммит
927b698cf7
|
@ -396,7 +396,7 @@ NS_IMETHODIMP nsContentTreeOwner::SetStatusWithContext(PRUint32 aStatusType,
|
|||
nsISupports *aStatusContext)
|
||||
{
|
||||
// We only allow the status to be set from the primary content shell
|
||||
if (!mPrimary)
|
||||
if (!mPrimary && aStatusType != STATUS_LINK)
|
||||
return NS_OK;
|
||||
|
||||
nsCOMPtr<nsIXULBrowserWindow> xulBrowserWindow;
|
||||
|
|
Загрузка…
Ссылка в новой задаче