--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py Fri May 14 17:23:52 2010 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py Fri May 14 17:26:38 2010 +0200 @@ -2039,4 +2039,4 @@ @param interval check interval for the monitor thread in seconds (integer) @return reference to the monitor thread (QThread) """ - return SvnStatusMonitorThread(interval, project.ppath, self) + return SvnStatusMonitorThread(interval, project, self)