187 if allPages: |
187 if allPages: |
188 self.__webPages = allPages |
188 self.__webPages = allPages |
189 self.pagesChanged.emit() |
189 self.pagesChanged.emit() |
190 else: |
190 else: |
191 allPages = \ |
191 allPages = \ |
192 'url:"http://eric-ide.python-projects.org/"|'\ |
192 'url:"https://eric-ide.python-projects.org/"|'\ |
193 'title:"Eric Web Site";'\ |
193 'title:"Eric Web Site";'\ |
194 'url:"https://www.riverbankcomputing.com/"|'\ |
194 'url:"https://www.riverbankcomputing.com/"|'\ |
195 'title:"PyQt Web Site";'\ |
195 'title:"PyQt Web Site";'\ |
196 'url:"http://www.qt.io/"|title:"Qt Web Site";'\ |
196 'url:"http://www.qt.io/"|title:"Qt Web Site";'\ |
197 'url:"http://blog.qt.io/"|title:"Qt Blog";'\ |
197 'url:"http://blog.qt.io/"|title:"Qt Blog";'\ |