From f1d7ee1f48a8982ab0c9af8c19b4e0ba4656b310 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Sun, 26 Feb 2006 19:00:30 +0000 Subject: [PATCH] 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 --- mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp b/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp index 8269f6cd827..2ccf3d3df91 100644 --- a/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp +++ b/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp @@ -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 xulBrowserWindow;