Revision: 417
http://gull.svn.sourceforge.net/gull/?rev=417&view=rev
Author: sajeeshs
Date: 2013-03-11 06:59:29 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
Fix: Set linked-id default value to -1
Modified Paths:
--------------
seagull/trunk/src/exe-env/octcap-env/config/octcap-itu-dictionnary.xml
Modified: seagull/trunk/src/exe-env/octcap-env/config/octcap-itu-dictionnary.xml
===================================================================
--- seagull/trunk/src/exe-env/octcap-env/config/octcap-itu-dictionnary.xml 2013-03-06 10:19:13 UTC (rev 416)
+++ seagull/trunk/src/exe-env/octcap-env/config/octcap-itu-dictionnary.xml 2013-03-11 06:59:29 UTC (rev 417)
@@ -316,7 +316,8 @@
<fielddef name="linked-id" type="number"
set-function="set_component_linked_id"
- get-function="get_component_linked_id">
+ get-function="get_component_linked_id"
+ default="-1">
</fielddef>
<fielddef name="problem-code-identifier" type="number"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|