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:
csoler 2014-03-17 19:43:56 +00:00
parent 2c471b68ac
commit 9b694f6dde

View file

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