beremiz
Clone
Summary
Browse
Changes
Graph
Fix exception dialog with non recognized URI schemes
2018-12-21, Edouard Tisserant
39ba6a125a97
Parents
347b03f7e0e8
Children
1881d0ff5ae2
Fix exception dialog with non recognized URI schemes
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
dialogs/UriEditor.py
--- a/dialogs/UriEditor.py Wed Dec 19 10:53:19 2018 +0100
+++ b/dialogs/UriEditor.py Fri Dec 21 13:39:41 2018 +0100
@@ -55,6 +55,7 @@
self.UriTypeChoice.SetStringSelection(scheme)
else:
self.UriTypeChoice.SetSelection(0)
+ scheme = None
self._replaceSchemeEditor(scheme)