diff -r 8ee36e8a315f -r 9f89364d9ffd VCS/ProjectBrowserHelper.py --- a/VCS/ProjectBrowserHelper.py Sat Jan 28 18:04:14 2017 +0100 +++ b/VCS/ProjectBrowserHelper.py Sat Jan 28 19:21:31 2017 +0100 @@ -311,12 +311,8 @@ Protected slot called by the context menu to show the VCS log of a file/directory. """ - itm = self.browser.currentItem() - try: - fn = itm.fileName() - except AttributeError: - fn = itm.dirName() - self.vcs.vcsLog(fn) + # kept for backward compatibility for plug-ins + self._VCSLogBrowser() def _VCSLogBrowser(self): """