VCS/ProjectHelper.py

changeset 5452
9f89364d9ffd
parent 5389
9b1c800daff3
child 5669
63295be38bc6
--- 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):
         """

eric ide

mercurial