Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py

changeset 3349
2a034a7f1f54
parent 3345
071afe8be2a1
child 3471
31a6d4300906
child 3484
645c12de6b0c
--- 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.

eric ide

mercurial