From aeb2ed47a0c1ff8fb3e441db2baa7642a1af4078 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 3 Sep 2008 23:51:45 +0000 Subject: [PATCH] MGR: Fix Async GUI RPC bugs when connecting to a different host. svn path=/trunk/boinc/; revision=15951 --- clientgui/MainDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/MainDocument.cpp b/clientgui/MainDocument.cpp index bc808d9291..77c39c9641 100644 --- a/clientgui/MainDocument.cpp +++ b/clientgui/MainDocument.cpp @@ -950,7 +950,7 @@ void CMainDocument::RunPeriodicRPCs() { // displaying the "Please wait" dialog on multi-processor computers. // Possible exceptions might be when ForceCacheUpdate() is called // from these routines (which may need immediate results): -// CAdvancedFrame::OnConnect()->CMainDocument::GetProjectCount() +// CAdvancedFrame::OnConnect() // CDlgItemProperties::FormatApplicationName() // WorkunitNotebook::AddTab() // CMainDocument::CachedProjectStatusUpdate()