diff -r 81abf93b4684 -r d1470c052662 ProjectController.py --- 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()