SF.net SVN: fclient: [212] trunk/sandbox/fcp/fcp2_0_types.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-12 15:59:45
|
Revision: 212 http://fclient.svn.sourceforge.net/fclient/?rev=212&view=rev Author: jurner Date: 2008-02-12 07:59:48 -0800 (Tue, 12 Feb 2008) Log Message: ----------- Wrong param name in SimpleProgress. It's "FinalzedTotal" not "Fianlized" Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_types.py Modified: trunk/sandbox/fcp/fcp2_0_types.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_types.py 2008-02-12 15:57:09 UTC (rev 211) +++ trunk/sandbox/fcp/fcp2_0_types.py 2008-02-12 15:59:48 UTC (rev 212) @@ -698,7 +698,7 @@ 'Failed': FcpTypeInt, 'FatalyFailed': FcpTypeInt, 'Succeeded': FcpTypeInt, - 'Finalized': FcpTypeBool, + 'FinalizedTotal': FcpTypeBool, }, 'SubscribedUSKUpdate': { 'Edition': FcpTypeInt, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |