Commented out the setup of the dispatch listener because the AppViewer

doesn't do anything.


git-svn-id: svn://10.0.0.236/trunk@11447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1998-09-29 22:18:18 +00:00
parent 3eb99ad5e9
commit 4a16ee4af9

View File

@ -172,7 +172,7 @@ nsViewerApp::Initialize(int argc, char** argv)
return rv;
}
mAppShell->Create(&argc, argv);
mAppShell->SetDispatchListener((nsDispatchListener*) this);
//mAppShell->SetDispatchListener((nsDispatchListener*) this);
// Load preferences
rv = nsRepository::CreateInstance(kPrefCID, NULL, kIPrefIID,