fixed a few bugs in the People tab

This commit is contained in:
csoler 2016-07-25 16:04:30 -04:00
parent 218977170c
commit f5e55e849b
4 changed files with 11 additions and 12 deletions

View file

@ -42,7 +42,7 @@ bool PeoplePage::save(QString &/*errmsg*/)
else
rsReputations->setNodeAutoBanThreshold(ui.identityBanThreshold_SB->value()) ;
if(!ui.autoPositiveOpinion_CB->isChecked())
if(ui.autoPositiveOpinion_CB->isChecked())
rsReputations->setNodeAutoPositiveOpinionForContacts(true) ;
else
rsReputations->setNodeAutoPositiveOpinionForContacts(false) ;

View file

@ -64,10 +64,10 @@
<item>
<widget class="QCheckBox" name="autoPositiveOpinion_CB">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Anyone in your contact list will automatically have a positive opinion. This allows to automatically raise reputations of used nodes. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Anyone in your contact list will automatically have a positive opinion if not set. This allows to automatically raise reputations of used nodes. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>automatically give &quot;Positive&quot; option to my contacts</string>
<string>automatically give &quot;Positive&quot; opinion to my contacts</string>
</property>
<property name="checked">
<bool>true</bool>