mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
Fixed disabled the Edit/Delete actions by default before refresh
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7345 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9b1c5a0e85
commit
1f461282e5
@ -767,7 +767,9 @@ void IdDialog::loadRequest(const TokenQueue * /*queue*/, const TokenRequest &req
|
||||
|
||||
void IdDialog::IdListCustomPopupMenu( QPoint )
|
||||
{
|
||||
|
||||
//Disable by default, will be enable by insertIdDetails()
|
||||
ui.removeIdentity->setEnabled(false);
|
||||
ui.editIdentity->setEnabled(false);
|
||||
|
||||
QMenu contextMnu( this );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user