--- a/plugins/c_ext/CFileEditor.py Thu May 29 17:44:11 2008 +0200
+++ b/plugins/c_ext/CFileEditor.py Wed Jun 04 17:47:54 2008 +0200
@@ -803,7 +803,7 @@
- if self.Table.GetValueByName(i, "Class") == "input":
+ if self.Table.GetValueByName(i, "Class") == "output": data_type = self.Table.GetValueByName(row, "Type")
base_location = ".".join(map(lambda x:str(x), self.Controler.GetCurrentLocation()))