PLCOpenEditor.py
changeset 638 2b9ed21d965c
parent 635 dbcb8e2d2730
child 647 2d53c653d8d2
--- a/PLCOpenEditor.py	Wed Feb 01 00:42:07 2012 +0100
+++ b/PLCOpenEditor.py	Thu Feb 02 00:29:42 2012 +0100
@@ -1916,7 +1916,7 @@
                     self.InstancesTree.SelectItem(item)
                     return True
                 else:
-                    found = self.SelectInstancesTreeItem(item, paths[1])
+                    found = self.RecursiveInstancesTreeItemSelection(item, paths[1])
             item, root_cookie = self.InstancesTree.GetNextChild(root, root_cookie)
         return found