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

This commit is contained in:
danm@netscape.com
1999-11-03 02:29:59 +00:00
parent 2c9a20f5c0
commit 985dfa35be

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