From 77cfb29e1ad1ddbad926cc663f19bf592421c15f Mon Sep 17 00:00:00 2001 From: "sergei_d%fi.tartu.ee" Date: Wed, 9 Nov 2005 21:34:33 +0000 Subject: [PATCH] [BeOS]Bug 315576, fixing event order for fast processors, p=doug@sheltonfamily.org, r=thesuckiestemail@yahoo.se. BeOS-only, no sr required --- widget/src/beos/nsAppShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/beos/nsAppShell.cpp b/widget/src/beos/nsAppShell.cpp index ed1af00e89c3..ae781411daca 100644 --- a/widget/src/beos/nsAppShell.cpp +++ b/widget/src/beos/nsAppShell.cpp @@ -500,7 +500,7 @@ void nsAppShell::RetrieveAllEvents(bool blockable) break; case 'natv' : // native queue PLEvent - events[PRIORITY_NORMAL].AddItem(newitem); + events[PRIORITY_LOW].AddItem(newitem); break; } }