commit | 9793635dcb7547072f153d45f6ec7f8ac23de2a2 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Fri Nov 08 14:13:42 2013 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Fri Nov 08 14:13:42 2013 -0800 |
tree | 803afe005b1f618f500788547a0a864b943a2536 | |
parent | 3997334923aa44269b474ddedf49686724dae5b1 [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); }