UI/UserInterface.py

changeset 5498
6a5a3c2097cc
parent 5437
272547f9afa0
child 5504
ba1134308a7b
--- a/UI/UserInterface.py	Wed Feb 08 19:28:44 2017 +0100
+++ b/UI/UserInterface.py	Wed Feb 08 20:17:39 2017 +0100
@@ -4963,7 +4963,7 @@
                     self.__assistant(home, version=4)
                 else:
                     self.__webBrowser(home)
-            elif hvType in 3:
+            elif hvType == 3:
                 self.__webBrowser(home)
             else:
                 self.__customViewer(home)

eric ide

mercurial