758 except AttributeError: |
758 except AttributeError: |
759 url = QUrl(path) |
759 url = QUrl(path) |
760 |
760 |
761 if url.scheme() == "about" and \ |
761 if url.scheme() == "about" and \ |
762 url.path() == "home": |
762 url.path() == "home": |
763 url = QUrl("pyrc:home") |
763 url = QUrl("eric:home") |
764 |
764 |
765 if url.scheme() in ["s", "search"]: |
765 if url.scheme() in ["s", "search"]: |
766 url = manager.currentEngine().searchUrl(url.path().strip()) |
766 url = manager.currentEngine().searchUrl(url.path().strip()) |
767 |
767 |
768 if url.scheme() != "" and \ |
768 if url.scheme() != "" and \ |