oops! Observe() was checked in flawed in 1.90. gtk may one day have noticed. r:noman@odyssey.org

git-svn-id: svn://10.0.0.236/trunk@52650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com 1999-11-03 02:29:59 +00:00
parent d313f9eb9b
commit 0aac10ff9d

View File

@ -901,7 +901,7 @@ NS_IMETHODIMP nsAppShellService::Observe(nsISupports *aSubject,
} else if (topic.Equals(gEQDestroyedNotification)) {
nsCOMPtr<nsIEventQueue> eq(do_QueryInterface(aSubject));
if (eq)
mAppShell->ListenToEventQueue(eq, PR_TRUE);
mAppShell->ListenToEventQueue(eq, PR_FALSE);
}
return NS_OK;
}