--- a/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Sun Mar 09 12:16:00 2014 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Sun Mar 09 17:06:40 2014 +0100 @@ -122,7 +122,7 @@ """ project. A limited number of entries is shown first. More""" """ can be retrieved later on.</p>""" )) - self.svnLogBrowserAct.triggered.connect(self.__svnLogBrowser) + self.svnLogBrowserAct.triggered.connect(self._vcsLogBrowser) self.actions.append(self.svnLogBrowserAct) self.vcsDiffAct = E5Action( @@ -608,12 +608,6 @@ """ self.vcs.svnUrlDiff(self.project.ppath) - def __svnLogBrowser(self): - """ - Private slot used to browse the log of the current project. - """ - self.vcs.svnLogBrowser(self.project.ppath) - def __svnInfo(self): """ Private slot used to show repository information for the local project.