changing timer default to 100

This commit is contained in:
saari%netscape.com 2001-03-20 21:41:39 +00:00
parent 484bcf614d
commit af9c5a76f3
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
NS_IMPL_ISUPPORTS2(gfxImageFrame, gfxIImageFrame, nsIInterfaceRequestor)
gfxImageFrame::gfxImageFrame() :
mTimeout(-1),
mTimeout(100),
mInitalized(PR_FALSE),
mDisposalMethod(0)
{

View File

@ -28,7 +28,7 @@
NS_IMPL_ISUPPORTS2(gfxImageFrame, gfxIImageFrame, nsIInterfaceRequestor)
gfxImageFrame::gfxImageFrame() :
mTimeout(-1),
mTimeout(100),
mInitalized(PR_FALSE),
mDisposalMethod(0)
{