--- a/UI/UserInterface.py Sun Jan 24 10:30:22 2010 +0000 +++ b/UI/UserInterface.py Sun Jan 24 19:10:23 2010 +0000 @@ -1799,7 +1799,7 @@ """<b>Web Browser</b>""" """<p>Browse the Internet with the eric5 Web Browser.</p>""" )) - self.connect(self.webBrowserAct, SIGNAL('triggered()'), self.__webBrowser) + self.connect(self.webBrowserAct, SIGNAL('triggered()'), self.__startWebBrowser) self.actions.append(self.webBrowserAct) self.iconEditorAct = E5Action(self.trUtf8('Icon Editor'), @@ -3942,7 +3942,7 @@ """ self.__assistant(version = 4) - def __webBrowser(self, home = None): + def __startWebBrowser(self, home = None): """ Private slot to start a web browser executable.