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:
neil%parkwaycc.co.uk
2006-02-26 19:00:30 +00:00
parent f667f618d7
commit f1d7ee1f48

View File

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