mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
Disable Send Message button for own Identities.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7946 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f5880bf655
commit
f81593fde9
@ -666,6 +666,7 @@ void IdDialog::insertIdDetails(uint32_t token)
|
||||
ui->editIdentity->setEnabled(true);
|
||||
ui->removeIdentity->setEnabled(true);
|
||||
ui->chatIdentity->setEnabled(false);
|
||||
ui->messageButton->setEnabled(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -674,6 +675,7 @@ void IdDialog::insertIdDetails(uint32_t token)
|
||||
ui->editIdentity->setEnabled(false);
|
||||
ui->removeIdentity->setEnabled(false);
|
||||
ui->chatIdentity->setEnabled(true);
|
||||
ui->messageButton->setEnabled(true);
|
||||
}
|
||||
|
||||
/* now fill in the reputation information */
|
||||
|
Loading…
Reference in New Issue
Block a user