commit | e9195fd252711fb565a356be6cfd012536743383 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Fri Nov 08 14:13:42 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:16:08 2014 -0700 |
tree | 4fb7b81d28435b1993f1fb36910f20646dcdc369 | |
parent | 503917a10e46cffb20abb807d3f5f1eeef12aebd [diff] [blame] |
Fix the bug of pressing cancel button in invitation dialog
diff --git a/src/contactpanel.cpp b/src/contactpanel.cpp index 57d8c80..4d281d6 100644 --- a/src/contactpanel.cpp +++ b/src/contactpanel.cpp
@@ -623,7 +623,7 @@ void ContactPanel::rejectInvitation(const ChronosInvitation& invitation) { - string empty; + string empty("nack"); m_handler->publishDataByIdentity (invitation.getInterestName(), empty); }