Fix 253329 - firefox no longer prompts for default browser setting on startup.

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160012 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2004-07-29 02:16:55 +00:00
parent 241317dee1
commit bf9f48069b

View File

@@ -21,7 +21,7 @@
* Contributor(s):
* Ben Goodger <ben@mozilla.org> (Clients, Mail, New Default Browser)
* Joe Hewitt <hewitt@netscape.com> (Set Background)
* Blake Ross <blake@blakeross.com> (Desktop Color)
* Blake Ross <blake@cs.stanford.edu (Desktop Color, DDE support)
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -999,7 +999,7 @@ NS_IMETHODIMP
nsWindowsShellService::Observe(nsISupports* aObject, const char* aTopic, const PRUnichar* aMessage)
{
PRBool isDefault;
IsDefaultBrowser(PR_TRUE, &isDefault);
IsDefaultBrowser(PR_FALSE, &isDefault);
if (!isDefault)
return NS_OK;