--- a/VCS/ProjectHelper.py Sat Jan 28 18:04:14 2017 +0100 +++ b/VCS/ProjectHelper.py Sat Jan 28 19:21:31 2017 +0100 @@ -488,7 +488,8 @@ """ Protected slot used to show the log of the local project. """ - self.vcs.vcsLog(self.project.ppath) + # kept for backward compatibility for plug-ins + self._vcsLogBrowser() def _vcsLogBrowser(self): """