Bug 327238 Display sidebar link URLs in the status bar again r=jst sr=jag
git-svn-id: svn://10.0.0.236/trunk@191278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user