Bug 327238 Display sidebar link URLs in the status bar again r=jst sr=jag

This commit is contained in:
neil%parkwaycc.co.uk 2006-02-26 19:00:30 +00:00
Родитель 057e2b7604
Коммит 927b698cf7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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