mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-16 02:19:34 -04: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
1 changed files with 3 additions and 1 deletions
|
@ -767,7 +767,9 @@ void IdDialog::loadRequest(const TokenQueue * /*queue*/, const TokenRequest &req
|
||||||
|
|
||||||
void IdDialog::IdListCustomPopupMenu( QPoint )
|
void IdDialog::IdListCustomPopupMenu( QPoint )
|
||||||
{
|
{
|
||||||
|
//Disable by default, will be enable by insertIdDetails()
|
||||||
|
ui.removeIdentity->setEnabled(false);
|
||||||
|
ui.editIdentity->setEnabled(false);
|
||||||
|
|
||||||
QMenu contextMnu( this );
|
QMenu contextMnu( this );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue