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:
defnax 2014-05-07 10:19:32 +00:00
parent 9b1c5a0e85
commit 1f461282e5

View File

@ -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 );