diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html Fri Mar 11 16:51:57 2011 +0100 @@ -69,7 +69,7 @@ </table> <a NAME="SvnStatusMonitorThread.__init__" ID="SvnStatusMonitorThread.__init__"></a> <h4>SvnStatusMonitorThread (Constructor)</h4> -<b>SvnStatusMonitorThread</b>(<i>interval, project, vcs, parent = None</i>) +<b>SvnStatusMonitorThread</b>(<i>interval, project, vcs, parent=None</i>) <p> Constructor </p><dl> @@ -107,8 +107,8 @@ <dt>Returns:</dt> <dd> tuple of four values (retcode, username, password, save). - Retcode should be True, if username and password should be used - by subversion, username and password contain the relevant data + Retcode should be True, if username and password should be used + by subversion, username and password contain the relevant data as strings and save is a flag indicating, that username and password should be saved. Always returns (False, "", "", False). </dd>