mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 21:23:08 -04:00
fixed wrong icon in GxsIdChooser
This commit is contained in:
parent
97957bdc09
commit
a6ec626c3d
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ static void loadPrivateIdsCallback(GxsIdDetailsType type, const RsIdentityDetail
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case GXS_ID_DETAILS_TYPE_DONE:
|
case GXS_ID_DETAILS_TYPE_DONE:
|
||||||
GxsIdDetails::getIcons(details, icons);
|
GxsIdDetails::getIcons(details, icons, GxsIdDetails::ICON_TYPE_AVATAR);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case GXS_ID_DETAILS_TYPE_BANNED:
|
case GXS_ID_DETAILS_TYPE_BANNED:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue