From 6470166948fe0944024c995f91385a8d8c27cc0b Mon Sep 17 00:00:00 2001 From: "sharparrow1@yahoo.com" Date: Mon, 28 May 2007 21:53:22 -0700 Subject: [PATCH] Bug 382111: Flash animation in top left of page. r+sr=roc/ --- widget/src/gtk2/nsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/gtk2/nsWindow.cpp b/widget/src/gtk2/nsWindow.cpp index 4eabde436a1f..b365263044ae 100644 --- a/widget/src/gtk2/nsWindow.cpp +++ b/widget/src/gtk2/nsWindow.cpp @@ -3089,7 +3089,7 @@ nsWindow::NativeCreate(nsIWidget *aParent, } // resize so that everything is set to the right dimensions - Resize(mBounds.width, mBounds.height, PR_FALSE); + Resize(mBounds.x, mBounds.y, mBounds.width, mBounds.height, PR_FALSE); #ifdef ACCESSIBILITY nsresult rv;