Sat, 11 Jan 2014 12:11:39 +0100
Fixed a source docu issue.
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Sat Jan 11 11:55:33 2014 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Sat Jan 11 12:11:39 2014 +0100 @@ -108,7 +108,12 @@ <b>on_tagCombo_currentIndexChanged</b>(<i>index</i>) <p> Private slot setting the local status of the selected entry. -</p><a NAME="HgTagDialog.on_tagCombo_editTextChanged" ID="HgTagDialog.on_tagCombo_editTextChanged"></a> +</p><dl> +<dt><i>index</i></dt> +<dd> +index of the selected entrie (integer) +</dd> +</dl><a NAME="HgTagDialog.on_tagCombo_editTextChanged" ID="HgTagDialog.on_tagCombo_editTextChanged"></a> <h4>HgTagDialog.on_tagCombo_editTextChanged</h4> <b>on_tagCombo_editTextChanged</b>(<i>text</i>) <p>
--- a/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py Sat Jan 11 11:55:33 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py Sat Jan 11 12:11:39 2014 +0100 @@ -73,6 +73,8 @@ def on_tagCombo_currentIndexChanged(self, index): """ Private slot setting the local status of the selected entry. + + @param index index of the selected entrie (integer) """ isLocal = self.tagCombo.itemData(index) if isLocal: