Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 248
f4561c24989a
parent 240
b0d829cf4234
child 276
4a7e25ee406c
child 349
f6b0d8802096
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri May 14 17:23:52 2010 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri May 14 17:26:38 2010 +0200
@@ -2007,8 +2007,8 @@
         """
         Protected method to create an instance of the VCS status monitor thread.
         
-        @param project reference to the project object
+        @param project reference to the project object (Project)
         @param interval check interval for the monitor thread in seconds (integer)
         @return reference to the monitor thread (QThread)
         """
-        return HgStatusMonitorThread(interval, project.ppath, self)
+        return HgStatusMonitorThread(interval, project, self)

eric ide

mercurial