*** empty log message ***

svn path=/trunk/boinc/; revision=11405
This commit is contained in:
David Anderson 2006-10-31 00:44:48 +00:00
parent da173a0dc1
commit 339fa27531
2 changed files with 5 additions and 9 deletions

View File

@ -60,7 +60,7 @@ bool CLIENT_STATE::start_new_file_xfer(PERS_FILE_XFER& pfx) {
if (network_suspended) return false;
if (file_xfers->file_xfers.size() >= config.max_file_xfers) return false;
if ((int)file_xfers->file_xfers.size() >= config.max_file_xfers) return false;
// limit the number of file transfers per project
//

View File

@ -755,6 +755,10 @@
RelativePath="..\clientgui\sg_ClientStateIndicator.h"
>
</File>
<File
RelativePath="..\clientgui\sg_CustomControls.cpp"
>
</File>
<File
RelativePath="..\clientgui\sg_DlgMessages.cpp"
>
@ -811,14 +815,6 @@
RelativePath="..\clientgui\sg_SGUIListControl.h"
>
</File>
<File
RelativePath="..\clientgui\sg_StaticLine.cpp"
>
</File>
<File
RelativePath="..\clientgui\sg_StaticLine.h"
>
</File>
<File
RelativePath="..\clientgui\sg_StatImageLoader.cpp"
>