*** empty log message ***

svn path=/trunk/boinc/; revision=12217
This commit is contained in:
David Anderson 2007-03-13 19:43:52 +00:00
parent 138f17af40
commit 341ea90482
3 changed files with 8 additions and 2 deletions

View File

@ -2413,3 +2413,9 @@ David 13 Mar 2007
str_util.C str_util.C
sched/ sched/
sched_config.C sched_config.C
David 13 Mar 2007
- compile fix
clientgui/
ProjectInfoPage.cpp,h

View File

@ -285,7 +285,7 @@ void CProjectInfoPage::OnPageChanged( wxWizardExEvent& event ) {
// Populate the combo box with project information // Populate the combo box with project information
// //
pDoc->rpc.get_project_list(pl); pDoc->rpc.get_all_projects_list(pl);
for (i=0; i<pl.projects.size(); i++) { for (i=0; i<pl.projects.size(); i++) {
m_pProjectSelectionCtrl->Append(wxString(pl.projects[i]->name.c_str(), wxConvUTF8)); m_pProjectSelectionCtrl->Append(wxString(pl.projects[i]->name.c_str(), wxConvUTF8));
} }

View File

@ -95,7 +95,7 @@ public:
wxString m_strProjectURL; wxString m_strProjectURL;
////@end CProjectInfoPage member variables ////@end CProjectInfoPage member variables
PROJECTLIST pl; ALL_PROJECTS_LIST pl;
}; };
#endif // _WIZ_PROJECTINFOPAGE_H_ #endif // _WIZ_PROJECTINFOPAGE_H_