From 57e5ad90ebeabe664a63407d1feb1f02303313f4 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 17 Feb 2000 21:19:11 +0000 Subject: [PATCH] turning off these printfs, except for saari. a=phil git-svn-id: svn://10.0.0.236/trunk@61222 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsWebShellWindow.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index 4032c2aa208..aba7b7f77d2 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -464,12 +464,16 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent) } case NS_ACTIVATE: { +#ifdef DEBUG_saari printf("nsWebShellWindow::NS_ACTIVATE\n"); +#endif break; } case NS_DEACTIVATE: { +#ifdef DEBUG_saari printf("nsWebShellWindow::NS_DEACTIVATE\n"); +#endif void* data; aEvent->widget->GetClientData(data); @@ -500,7 +504,9 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent) } case NS_GOTFOCUS: { +#ifdef DEBUG_saari printf("nsWebShellWindow::GOTFOCUS\n"); +#endif void* data; aEvent->widget->GetClientData(data); if (!data)