mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-27 03:41:07 -04:00
fixed msg sending bug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7185 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2c471b68ac
commit
9b694f6dde
1 changed files with 1 additions and 0 deletions
|
@ -1461,6 +1461,7 @@ void MessageComposer::setRecipientToRow(int row, enumType type, destinationType
|
|||
|
||||
icon = QIcon(StatusDefs::imageUser(peerStatusInfo.status));
|
||||
}
|
||||
break ;
|
||||
default:
|
||||
std::cerr << __PRETTY_FUNCTION__ << ": Unhandled type " << dest_type << std::endl;
|
||||
return ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue