ProjectController.py
changeset 2334 d1470c052662
parent 2332 03a94f862465
child 2337 8689ce77076f
--- a/ProjectController.py	Fri Nov 09 13:26:06 2018 +0100
+++ b/ProjectController.py	Wed Nov 14 11:32:08 2018 +0100
@@ -1768,7 +1768,7 @@
         if uri == "":
             try:
                 # Launch Service Discovery dialog
-                dialog = UriEditor(self.AppFrame)
+                dialog = UriEditor(self.AppFrame, self)
                 answer = dialog.ShowModal()
                 uri = dialog.GetURI()
                 dialog.Destroy()