diff -r 8c1445825e7b -r 0c740fcffd34 eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Thu Mar 04 17:48:09 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Thu Mar 04 19:39:54 2021 +0100 @@ -450,16 +450,16 @@ </p> <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> -<b>on_fieldCombo_activated</b>(<i>txt</i>) +<b>on_fieldCombo_activated</b>(<i>index</i>) <p> Private slot called, when a new filter field is selected. </p> <dl> -<dt><i>txt</i></dt> +<dt><i>index</i> (int)</dt> <dd> -text of the selected field (string) +index of the selected entry </dd> </dl> <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a>