--- a/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py Sun Mar 09 12:16:00 2014 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/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( @@ -592,12 +592,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 __svnRelocate(self): """ Private slot used to relocate the working copy to a new repository URL.