mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-27 18:12:21 -04:00
- update Changelog for release 0.5.4a
- added latest translations from beluga - fixed SecurityItem to hide request Label, when attempt comes from a friend git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5583 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
90d6672cd5
commit
d413412229
14 changed files with 702 additions and 4573 deletions
|
@ -243,12 +243,14 @@ void SecurityItem::updateItem()
|
|||
if (details.accept_connection)
|
||||
{
|
||||
friendRequesttoolButton->hide();
|
||||
requestLabel->hide();
|
||||
removeFriendButton->setEnabled(true);
|
||||
removeFriendButton->show();
|
||||
}
|
||||
else
|
||||
{
|
||||
friendRequesttoolButton->show();
|
||||
requestLabel->show();
|
||||
removeFriendButton->setEnabled(false);
|
||||
removeFriendButton->hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue