editors/ConfTreeNodeEditor.py
changeset 2334 d1470c052662
parent 2330 8c18b1a3e2bf
child 2459 21164625b393
--- a/editors/ConfTreeNodeEditor.py	Fri Nov 09 13:26:06 2018 +0100
+++ b/editors/ConfTreeNodeEditor.py	Wed Nov 14 11:32:08 2018 +0100
@@ -345,7 +345,7 @@
 
         # Get connector uri
         uri = CTR_BeremizRoot.getURI_location().strip()
-        dialog = UriEditor(CTR_AppFrame, uri)
+        dialog = UriEditor(CTR_AppFrame, CTR, uri)
 
         if dialog.ShowModal() == wx.ID_OK:
             CTR_BeremizRoot.setURI_location(dialog.GetURI())