plugins/c_ext/CFileEditor.py
changeset 161 faad68924b53
parent 145 94855f7b08a9
child 164 072e81cc65fe
--- 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 @@
             else:
                 dir = "%Q"
                 for i in xrange(row):
-                    if self.Table.GetValueByName(i, "Class") == "input":
+                    if self.Table.GetValueByName(i, "Class") == "output":
                         num += 1
             data_type = self.Table.GetValueByName(row, "Type")
             base_location = ".".join(map(lambda x:str(x), self.Controler.GetCurrentLocation()))